diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ic.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3324,7 +3324,7 @@ sub check_customer { $form->parse_amount( \%myconfig, $form->{"${_}_$i"} ); } - if ( $form->{"customerprice_$i"} ) { + if ( $form->{"customerprice_$i"} || $form->{"pricebreak_$i"} ) { if ( $form->{"pricebreak_$i"} || $form->{"customer_$i"} || $form->{"pricegroup_$i"} ) |