summaryrefslogtreecommitdiff
path: root/bin/ic.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ic.pl')
-rwxr-xr-xbin/ic.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ic.pl b/bin/ic.pl
index fc940b39..c42cf0ef 100755
--- a/bin/ic.pl
+++ b/bin/ic.pl
@@ -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"} )