Bug 10023 follow-up: Remove the last occurrences of N[degree sign]
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 24 Apr 2013 12:48:30 +0000 (08:48 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 24 Apr 2013 12:56:33 +0000 (08:56 -0400)
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",