Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision fe1c4800

Von Sven Schöling vor etwa 15 Jahren hinzugefügt

  • ID fe1c480088bea771423891bc5f5b4d45f7fed67c
  • Vorgänger 69b1422b
  • Nachfolger c3d00aca

Beliebige Menge auslagerbar machen.

Implementiert nach Bug 1170

Unterschiede anzeigen:

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