https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29062 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl Status|Signed Off |Failed QA --- Comment #3 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- This might be hard to find another occurrence. But look at this code in SendCirculationAlert my $issues_table = ( $type eq 'CHECKOUT' || $type eq 'RENEWAL' ) ? 'issues' : 'old_issues'; [etc] tables => { $issues_table => $item->{itemnumber}, This should no longer work. How do you know if there no other occurrences like that one? -- You are receiving this mail because: You are watching all bug changes.