http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9809

--- Comment #9 from Jonathan Druart <[email protected]> ---
Kyle,
Thanks for these patches, it's a much more complete solution than the one I
have proposed.

I have a doubt with the changes in GetReserveFee:
Before the patches:
    if ( $const eq "a" ) {
        push @biblioitems, $data1;
    }
    else {
        some code;
    }

now you always execute some code.

But before the patch, $const was sometime equal to "a".
I am not sure about the consequences of this change.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/

Reply via email to