https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23091
--- Comment #38 from Andrew Fuerste-Henry <[email protected]> --- (In reply to Andrew Fuerste-Henry from comment #28) > Following the test plan above: > When returning the item with the rule set to "Refund lost item charge and > charge new overdue fine", no new fine was generated. Patron ended up with no > lost fee or overdue charge for the second item, > > When returning the item with the rule set to "Refund lost item charge and > restore overdue fine", I got this error: "Unknown error code > LostItemFeeRestored at /kohadevbox/koha/circ/returns.pl line 544" > Looks like the chunk of code in question relates to claims returned? Both of these are still failing. The server error seems to be due to a typo in circ/returns.pl where you're calling something LostItemRestored instead of LostItemFeeRestored. But even after changing that, I can't get either a new overdue fine to to generate or an old overdue fine to restore. Seems like the parameters for LostItemFeeRestored in C4/Circulation.pm are being passed backwards (itemnumber then borrowernumber), but changing that didn't fix it. Am I missing some system preference or circ rule thing? -- 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/
