[Koha-patches] [PATCH 77/78] removing hardcoded reference

paul.poulain at biblibre.com paul.poulain at biblibre.com
Thu May 28 18:33:27 CEST 2009


From: Paul Poulain <paul.poulain at biblibre.com>

---
 acqui/pdfformat/example.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/acqui/pdfformat/example.pm b/acqui/pdfformat/example.pm
index 02290e7..9266a21 100644
--- a/acqui/pdfformat/example.pm
+++ b/acqui/pdfformat/example.pm
@@ -310,7 +310,7 @@ sub printfooters {
 sub printpdf {
     my ($basketgroup, $bookseller, $baskets, $branch, $orders, $GST) = @_;
     # open the default PDF that will be used for base (1st page already filled)
-    my $pdf = PDF::API2->open('/home/paul/koha.dev/new_acq/acqui/pdfformat/example.pdf');
+    my $pdf = PDF::API2->open('pdfformat/example.pdf');
     $pdf->pageLabel( 0, {
         -style => 'roman',
     } ); # start with roman numbering
-- 
1.6.0.4



More information about the Koha-patches mailing list