diff options
-rw-r--r-- | FS/FS/part_pkg/discount_Mixin.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |