Revision f4051b8f
Von Bernd Bleßmann vor mehr als 9 Jahren hinzugefügt
SL/Controller/CsvImport/Inventory.pm | ||
---|---|---|
208 | 208 |
push @{ $entry->{errors} }, $::locale->text('Error: Invalid bin'); |
209 | 209 |
return 0; |
210 | 210 |
} |
211 |
|
|
211 |
|
|
212 | 212 |
# Map description to ID if given. |
213 | 213 |
if (!$object->bin_id && $entry->{raw_data}->{bin}) { |
214 | 214 |
my $bin = $self->bins_by->{_wh_id_and_description_ident()}->{ _wh_id_and_description_maker($object->warehouse_id, $entry->{raw_data}->{bin}) }; |
SL/IR.pm | ||
---|---|---|
371 | 371 |
|
372 | 372 |
CVar->get_non_editable_ic_cvars(form => $form, |
373 | 373 |
dbh => $dbh, |
374 |
row => $i,
|
|
374 |
row => $i, |
|
375 | 375 |
sub_module => 'invoice', |
376 | 376 |
may_converted_from => ['delivery_order_items', 'orderitems', 'invoice']); |
377 | 377 |
|
SL/OE.pm | ||
---|---|---|
511 | 511 |
|
512 | 512 |
CVar->get_non_editable_ic_cvars(form => $form, |
513 | 513 |
dbh => $dbh, |
514 |
row => $i,
|
|
514 |
row => $i, |
|
515 | 515 |
sub_module => 'orderitems', |
516 | 516 |
may_converted_from => ['orderitems', 'invoice']); |
517 | 517 |
|
... | ... | |
1408 | 1408 |
|
1409 | 1409 |
CVar->get_non_editable_ic_cvars(form => $form, |
1410 | 1410 |
dbh => $dbh, |
1411 |
row => $i,
|
|
1411 |
row => $i, |
|
1412 | 1412 |
sub_module => 'orderitems', |
1413 | 1413 |
may_converted_from => ['orderitems', 'invoice']); |
1414 | 1414 |
|
bin/mozilla/io.pl | ||
---|---|---|
516 | 516 |
print $::form->parse_html_template('io/select_item', { PREVIOUS_FORM => $previous_form, |
517 | 517 |
MODE => $mode, |
518 | 518 |
ITEM_LIST => \@item_list, |
519 |
IS_ASSEMBLY => $mode eq 'IC',
|
|
519 |
IS_ASSEMBLY => $mode eq 'IC', |
|
520 | 520 |
IS_PURCHASE => $mode eq 'IS' }); |
521 | 521 |
|
522 | 522 |
$main::lxdebug->leave_sub(); |
Auch abrufbar als: Unified diff
trailing whitespaces entfernt