[Koha-bugs] [Bug 29062] Patron check-in slip repeats data

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 23 16:34:29 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29062

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.de.rooy at rijksmuseum.nl
             Status|Signed Off                  |Failed QA

--- Comment #3 from Marcel de Rooy <m.de.rooy at 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.


More information about the Koha-bugs mailing list