Revision 42c64631
Von Bernd Bleßmann vor fast 4 Jahren hinzugefügt
SL/DB/DeliveryOrder.pm | ||
---|---|---|
parts_id => $part_by_part_id{$key}->id,
|
||
description => $part_by_part_id{$key}->description,
|
||
qty => $qty,
|
||
base_qty => $qty,
|
||
base_qty => $h_unit->convert_to($qty, $part_by_part_id{$key}->unit_obj),
|
||
unit_obj => $h_unit,
|
||
sellprice => $part_by_part_id{$key}->sellprice,
|
||
sellprice => $part_by_part_id{$key}->sellprice, # Todo: use price rules to get sellprice
|
||
longdescription => $longdescription,
|
||
);
|
||
|
Auch abrufbar als: Unified diff
Zeiterfassung: Konvertierung: base_qty in Einheit des Artikels umwandeln