Revision fdac2156
Von Sven Schöling vor mehr als 10 Jahren hinzugefügt
SL/Controller/CsvImport/Part.pm | ||
---|---|---|
436 | 436 |
if ($makemodel_orig) { |
437 | 437 |
$makemodel_orig->model($makemodel->model); |
438 | 438 |
$makemodel_orig->lastcost($makemodel->lastcost); |
439 |
$makemodel_orig->sortorder(undef); |
|
439 | 440 |
|
440 | 441 |
} else { |
441 | 442 |
$entry->{part}->add_makemodels($makemodel); |
Auch abrufbar als: Unified diff
CsvImport: Beim Import von makemodels die Reihenfolge richtig setzen