Commit 3c83178
Joonas Kylmälä
Filter out cancelled transfers when checking whether item is in transit (#8)
In newer Koha versions it is possible to cancel a transfer by setting
a timestamp to branchtransfers.datecancelled column. These transfer
rows in the DB are not active transfers and should be filtered out
when checking whether item is in transit or not.1 parent 9374e3e commit 3c83178
1 file changed
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
427 | 428 | | |
428 | 429 | | |
429 | 430 | | |
| 431 | + | |
430 | 432 | | |
431 | 433 | | |
432 | 434 | | |
433 | 435 | | |
| 436 | + | |
434 | 437 | | |
435 | 438 | | |
436 | 439 | | |
| |||
0 commit comments