projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1a7b62
)
Zeiterfassung: Lieferschein new_from_time_recording: auch base_qty setzen
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Mon, 26 Apr 2021 12:22:46 +0000
(14:22 +0200)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 5 May 2021 15:25:03 +0000
(17:25 +0200)
SL/DB/DeliveryOrder.pm
patch
|
blob
|
history
diff --git
a/SL/DB/DeliveryOrder.pm
b/SL/DB/DeliveryOrder.pm
index
1e0cb49
..
3f2cd3e
100644
(file)
--- a/
SL/DB/DeliveryOrder.pm
+++ b/
SL/DB/DeliveryOrder.pm
@@
-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,