https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29062
--- Comment #5 from Nick Clemens <[email protected]> --- (In reply to Marcel de Rooy from comment #3) > This might be hard to find another occurrence. > But look at this code in SendCirculationAlert > This should no longer work. Fixed > > How do you know if there no other occurrences like that one? according to tools/letters.pl only CHECKIN and CHECKINSLIP have the old_issues table, infact, in printslip we don't even pass the old_issues table, but we send it using the 'loops' parameter I added a patch that fixes that call, I could find no others, and we don't indicate support elsewhere The sample notices make no use of the old_issues table, so another option would be to remove it from the options all together -- 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/
