X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg%2Fdiscount_Mixin.pm;h=0063567dd4fbb50931e50749e6666de148cec10e;hp=3bff35a922eee6de15a26d0a8ed3ef27fe577a9d;hb=15b214cb34630925ff42e4252b74403fff77e7c0;hpb=6912944a9959e4046b095fbd378f5545c2caca9e diff --git a/FS/FS/part_pkg/discount_Mixin.pm b/FS/FS/part_pkg/discount_Mixin.pm index 3bff35a92..0063567dd 100644 --- a/FS/FS/part_pkg/discount_Mixin.pm +++ b/FS/FS/part_pkg/discount_Mixin.pm @@ -183,7 +183,7 @@ sub calc_discount { } push @$details, $d; - push @$details, sprintf $format, $money_char, $br; + push @$details, sprintf( $format, $money_char, $br ); $tot_discount += $amount; }