BUG: GetLoanLength gets reference for branchcode
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 26 Mar 2019 17:20:34 +0000 (18:20 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 26 Mar 2019 17:20:55 +0000 (18:20 +0100)
C4/Circulation.pm

index 7ab1db7..ee9ca5f 100644 (file)
@@ -1534,6 +1534,13 @@ Get loan length for an itemtype, a borrower type and a branch
 
 sub GetLoanLength {
     my ( $borrowertype, $itemtype, $branchcode ) = @_;
+
+               # FIXME FFZG -- submit bug to koha
+               if ( ref($branchcode) ) {
+                       Carp::cluck("$branchcode");
+                       $branchcode = 'FFZG';
+                       warn "FIXME branchcode = $branchcode";
+               }
     my $dbh = C4::Context->dbh;
     my $sth = $dbh->prepare(qq{
         SELECT issuelength, lengthunit, renewalperiod