https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24083
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed --- Comment #136 from Jonathan Druart <[email protected]> --- Pushed but more work needed: 1. > > 4. It seems that the too_unseen error should be handled in > > misc/cronjobs/automatic_renewals.pl > > Don't you think? > > Good point, now added But then, if we decide to send the notice, the AUTO_RENEWALS template will need to be adjust. Otherwise the notice will be generated without a correct content. 2. The insert from the upgrade process is not correct. The rule_value is not passed. But even if passed it's not idempotent (ie. the row in inserted several times if run several times). -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
