fix pdf generation by removing obsolete module
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 15 Jan 2017 13:38:49 +0000 (14:38 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 25 Mar 2019 14:43:15 +0000 (15:43 +0100)
acqui/pdfformat/ffzg.pm

index f72a5fd..31d6b72 100644 (file)
@@ -29,8 +29,6 @@ use strict;
 use warnings;
 use utf8;
 
-use C4::Branch qw(GetBranchDetail GetBranchName);
-
 use Koha::Number::Price;
 use Koha::DateUtils;
 
@@ -84,10 +82,6 @@ sub printhead {
     # get library name
     my $libraryname = C4::Context->preference("LibraryName");
     # get branch details
-    my $billingdetails  = GetBranchDetail( $basketgroup->{billingplace} );
-warn "XXX billingdetails = ",dump($billingdetails);
-    my $deliverydetails = GetBranchDetail( $basketgroup->{deliveryplace} );
-warn "XXX deliverydetails = ", dump($deliverydetails);
     my $freedeliveryplace = $basketgroup->{freedeliveryplace};
 warn "XXX freedeliveryplace = ", dump($freedeliveryplace);