Revision 098e73fe
Von Bernd Bleßmann vor fast 11 Jahren hinzugefügt
SL/Controller/CsvImport/Order.pm | ||
---|---|---|
416 | 416 |
$object->description($part_obj->description) unless $object->description; |
417 | 417 |
$object->longdescription($part_obj->notes) unless $object->longdescription; |
418 | 418 |
$object->unit($part_obj->unit) unless $object->unit; |
419 |
$object->sellprice($part_obj->sellprice) unless defined $object->sellprice; |
|
420 |
$object->lastcost($part_obj->lastcost) unless defined $object->lastcost; |
|
419 | 421 |
|
420 | 422 |
# set to 0 if not given |
421 | 423 |
$object->discount(0) unless $object->discount; |
Auch abrufbar als: Unified diff
Auftrags-Import: Ver. und Einkaufspreis von Artikel übernehmen, ...
... falls nicht angegeben.