Revision e1a38ef7
Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
258 | 258 |
$subtotal_header = 0; |
259 | 259 |
|
260 | 260 |
} else { |
261 |
push @{ $form->{TEMPLATE_ARRAYS}->{discount_sub} }, ""; |
|
262 |
push @{ $form->{TEMPLATE_ARRAYS}->{nodiscount_sub} }, ""; |
|
261 |
push @{ $form->{TEMPLATE_ARRAYS}->{$_} }, "" for qw(discount_sub nodiscount_sub discount_sub_nofmt nodiscount_sub_nofmt); |
|
263 | 262 |
} |
264 | 263 |
|
265 | 264 |
if (!$form->{"discount_$i"}) { |
SL/OE.pm | ||
---|---|---|
1218 | 1218 |
$subtotal_header = 0; |
1219 | 1219 |
|
1220 | 1220 |
} else { |
1221 |
push @{ $form->{TEMPLATE_ARRAYS}->{discount_sub} }, ""; |
|
1222 |
push @{ $form->{TEMPLATE_ARRAYS}->{nodiscount_sub} }, ""; |
|
1221 |
push @{ $form->{TEMPLATE_ARRAYS}->{$_} }, "" for qw(discount_sub nodiscount_sub discount_sub_nofmt nodiscount_sub_nofmt); |
|
1223 | 1222 |
} |
1224 | 1223 |
|
1225 | 1224 |
if (!$form->{"discount_$i"}) { |
Auch abrufbar als: Unified diff
Druckvariablenarrays (no)?discount_sub_nofmt für Einträge ohne Zwischensummenflag gefixt