Revision 6573d4a4
Von Bernd Bleßmann vor fast 11 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
225 | 225 |
qw(qty discount sellprice lastcost price_new price_old) |
226 | 226 |
unless ($form->{simple_save}); |
227 | 227 |
|
228 |
if ($form->{"prices_$i"} && ($form->{"new_pricegroup_$i"} != $form->{"old_pricegroup_$i"})) { |
|
229 |
$form->{"sellprice_$i"} = $form->{"price_new_$i"}; |
|
230 |
} |
|
231 |
|
|
228 | 232 |
# unit begin |
229 | 233 |
$form->{"unit_old_$i"} ||= $form->{"unit_$i"}; |
230 | 234 |
$form->{"selected_unit_$i"} ||= $form->{"unit_$i"}; |
Auch abrufbar als: Unified diff
Preisgruppenpreis nach Änderung der Preisgruppe im Gesamtpreis berücksichtigen.
Behebt #2080.