From: Paul Poulain <[email protected]>

---
 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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to