Bug 10023 follow-up: Remove the last occurrences of N[degree sign]
[koha.git] / acqui / pdfformat / layout3pages.pm
index aabf2a4..7d00bd5 100644 (file)
@@ -219,7 +219,7 @@ sub printbaskets {
     my $abaskets;
     my $arrbasket;
     # header of the table
-    my @keys = ('Lot',  'Basket (N°)','Total RRP tax exc.', 'Total RRP tax inc.', 'GST rate', 'GST', 'Total discount', 'Total tax exc.', 'Total tax inc.');
+    my @keys = ('Lot',  'Basket (No.)','Total RRP tax exc.', 'Total RRP tax inc.', 'GST rate', 'GST', 'Total discount', 'Total tax exc.', 'Total tax inc.');
     for my $bkey (@keys) {
         push(@$arrbasket, $bkey);
     }
@@ -253,7 +253,7 @@ sub printbaskets {
         my @gst_string = map{$num->format_price( $_ ) . '%'} @gst;
         push(@$arrbasket,
             $basket->{contractname},
-            $basket->{basketname} . ' (N°' . $basket->{basketno} . ')',
+            $basket->{basketname} . ' (No. ' . $basket->{basketno} . ')',
             $num->format_price($totalrrpgste),
             $num->format_price($totalrrpgsti),
             "@gst_string",