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:
f5d1132
)
aDeliveryOrder: typo
author
Sven Schöling
<s.schoeling@googlemail.com>
Fri, 17 Dec 2021 16:03:54 +0000
(17:03 +0100)
committer
Jan Büren
<jan@kivitendo.de>
Mon, 14 Feb 2022 14:02:19 +0000
(15:02 +0100)
SL/Controller/DeliveryOrder.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/DeliveryOrder.pm
b/SL/Controller/DeliveryOrder.pm
index
1c1f4d0
..
55978ae
100644
(file)
--- a/
SL/Controller/DeliveryOrder.pm
+++ b/
SL/Controller/DeliveryOrder.pm
@@
-955,7
+955,7
@@
sub merge_stock_data {
for my $sinfo (@{ $stock_info }) {
my $bin = SL::DB::Bin->load_cached($sinfo->{bin_id});
$sinfo->{warehouse_description} = $bin->warehouse->description;
- $sinfo->{bin_description} = $bin->escription;
+ $sinfo->{bin_description} = $bin->
d
escription;
map { $sinfo->{"stock_$_"} = $sinfo->{$_} } qw(qty unit);
}
}