Bug 28144: Check if issue_id defined
authorNick Clemens <nick@bywatersolutions.com>
Tue, 13 Apr 2021 15:14:11 +0000 (15:14 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 30 Apr 2021 08:44:14 +0000 (10:44 +0200)
commitf76e8409707fe8da1f35e3ae6192dbe81c8a0448
tree62547cc139f00cc6987774d7e0acc8dade42f7ed
parent5a6afac654c2141829f7ab0ec44a4f5f4eaf1c43
Bug 28144: Check if issue_id defined

Historical OVERDUE fines may not have an issue_id - this causes
flooding of the logs when calling update fine

Trivial change, reading the code should be enough, but test plan below

To test:
1 - Create some fines without an issue_id
  - Either checkout an old version of Koha and add manually or
  - Checkout some items (backdated) to a patron, run fines.pl then
    UPDATE accountlines SET issue_id = NULL;
2 - Checkout a backdated item with fines in the circ rule to the same patron
3 - Run fines.pl
4 - Note the errors
5 - Apply patch
6 - Repeat and note no errors

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit bf13a36c8a80d2b7b38c897b4ae3bdf2c91fb934)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Overdues.pm