Back to bug 30755

Who When What Removed Added
martin.renvoize 2022-05-13 16:01:01 UTC See Also https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30751
lucas 2022-05-17 21:23:35 UTC CC lucas
dcook 2022-05-17 23:52:01 UTC CC dcook
jonathan.druart 2022-05-18 08:09:57 UTC CC jonathan.druart+koha
nick 2022-05-19 17:32:03 UTC CC nick
dcook 2022-05-23 00:31:31 UTC See Also https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30222, https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29381
dcook 2022-05-23 00:32:18 UTC Severity enhancement normal
martin.renvoize 2022-06-13 11:11:13 UTC Assignee koha-bugs martin.renvoize
martin.renvoize 2022-08-17 09:30:11 UTC Status NEW Needs Signoff
martin.renvoize 2022-08-17 14:07:18 UTC Summary too_soon should not be counted as an error in autorenewals auto_too_soon should not be counted as an error in autorenewals
nick 2022-09-02 07:57:32 UTC Status Needs Signoff Signed Off
nick 2022-09-02 07:57:36 UTC Attachment #135224 Attachment is obsolete 0 1
martin.renvoize 2022-09-02 10:22:03 UTC Attachment #140078 Attachment is obsolete 0 1
martin.renvoize 2022-09-02 10:22:07 UTC Attachment #140079 Attachment is obsolete 0 1
martin.renvoize 2022-09-02 10:23:32 UTC Status Signed Off Passed QA
tomascohen 2022-09-12 18:56:51 UTC CC tomascohen
Keywords release-notes-needed
nick 2022-09-13 13:16:38 UTC Text to go in the release notes This patch alters the way errors/successes are counted in auto renewals. Prior to this patch, using [% error %] in a template would provide a count of all items not renewed, even if 'too_soon'

After this patch [% error + results.auto_too_soon %] will provide the same count, or you can get a count of each error in the results variable

e.g.
Some items were not renewed:
[% FOREACH key in results.keys %]
[% results.$key %] item(s) were not renewed for reason [% key %]
[% END %]
janet.mcgowan 2022-09-13 14:25:23 UTC CC janet.mcgowan
tomascohen 2022-09-19 18:17:45 UTC Status Passed QA Pushed to master
Version(s) released in 22.11.00
martin.renvoize 2022-12-09 16:03:30 UTC Keywords release-notes-needed
katrin.fischer 2023-06-08 22:32:31 UTC Status Pushed to master RESOLVED
Resolution --- FIXED

Back to bug 30755