Revision fe1c4800
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
bin/mozilla/do.pl | ||
---|---|---|
|
||
my $do_base_qty = $form->parse_amount(\%myconfig, $form->{"qty_$i"}) * $units->{$form->{"unit_$i"}}->{factor} / $base_unit_factor;
|
||
|
||
if ($do_base_qty != $row_sum_base_qty) {
|
||
push @{ $form->{ERRORS} }, $locale->text('Error in position #1: You must either assign no stock at all or the full quantity of #2 #3.',
|
||
$i, $form->{"qty_$i"}, $form->{"unit_$i"});
|
||
}
|
||
# if ($do_base_qty != $row_sum_base_qty) {
|
||
# push @{ $form->{ERRORS} }, $locale->text('Error in position #1: You must either assign no stock at all or the full quantity of #2 #3.',
|
||
# $i, $form->{"qty_$i"}, $form->{"unit_$i"});
|
||
# }
|
||
}
|
||
|
||
if (@{ $form->{ERRORS} }) {
|
||
... | ... | |
|
||
my $do_base_qty = $form->parse_amount(\%myconfig, $form->{"qty_$i"}) * $units->{$form->{"unit_$i"}}->{factor} / $base_unit_factor;
|
||
|
||
if ($do_base_qty != $row_sum_base_qty) {
|
||
push @{ $form->{ERRORS} }, $locale->text('Error in position #1: You must either assign no transfer at all or the full quantity of #2 #3.',
|
||
$i, $form->{"qty_$i"}, $form->{"unit_$i"});
|
||
}
|
||
# if ($do_base_qty != $row_sum_base_qty) {
|
||
# push @{ $form->{ERRORS} }, $locale->text('Error in position #1: You must either assign no transfer at all or the full quantity of #2 #3.',
|
||
# $i, $form->{"qty_$i"}, $form->{"unit_$i"});
|
||
# }
|
||
}
|
||
|
||
if (%request_map) {
|
Auch abrufbar als: Unified diff
Beliebige Menge auslagerbar machen.
Implementiert nach Bug 1170