From 2cc3334a5c2d09a5efd5480b0eb0577e6b7a88cd Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Wed, 24 Apr 2013 08:48:30 -0400 Subject: [PATCH] Bug 10023 follow-up: Remove the last occurrences of N[degree sign] --- acqui/pdfformat/layout3pages.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acqui/pdfformat/layout3pages.pm b/acqui/pdfformat/layout3pages.pm index aabf2a498b..7d00bd5020 100644 --- a/acqui/pdfformat/layout3pages.pm +++ b/acqui/pdfformat/layout3pages.pm @@ -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", -- 2.11.0