http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11144 --- Comment #19 from Katrin Fischer <katrin.fischer@bsz-bw.de> ---
My concern is failure to automatically renew would fail to produce overdue notices with &&. "You owe $100 in fines." "But I never got an overdue notice!"
Libraries print the fine amount for each item into the overdue notice - so if you send the overdue notices without generating the fines first, it will list 0,00 or a wrong amount, which is what started this bug report :)
(R && F) ; O? The fines won't accidentally charge on automatic renewal failures, but the overdues will run after the automatic renewals. Does this look like a good solution?
see above I'd also like to point out that we should try and decide something here - I am happy to make the changes, but currently this is really a bug with the sequence being totally wrong. -- You are receiving this mail because: You are watching all bug changes.