[Koha-bugs] [Bug 20145] borrowers.datexpiry eq '0000-00-00' means expired?

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 27 10:45:41 CEST 2018


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

Fridolin SOMERS <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fridolin.somers at biblibre.co
                   |                            |m

--- Comment #6 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
Pushed to 17.05.x for v17.05.10

In order to apply I added in C4/Circulation.pm (exists in 17.11) :
     #
     # BORROWER STATUS
     #
+    my $patron = Koha::Patrons->find( $borrower->{borrowernumber} );

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list