Zeiterfassung: Lieferschein new_from_time_recording: auch base_qty setzen
[kivitendo-erp.git] / SL / DB / DeliveryOrder.pm
index 1e0cb49..3f2cd3e 100644 (file)
@@ -261,6 +261,7 @@ sub new_from_time_recordings {
       parts_id        => $part_by_part_id{$key}->id,
       description     => $part_by_part_id{$key}->description,
       qty             => $qty,
+      base_qty        => $qty,
       unit_obj        => $h_unit,
       sellprice       => $part_by_part_id{$key}->sellprice,
       longdescription => $longdescription,