summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/ic.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ic.pl b/bin/ic.pl
index 60876a42..119e03ad 100644
--- 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"} )