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:
2ae2965
)
Recommit von r862: Sammelrechnungen waren nicht mehr abspeicherbar, das hier behebt...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 22 Nov 2006 14:36:14 +0000
(14:36 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 22 Nov 2006 14:36:14 +0000
(14:36 +0000)
SL/OE.pm
patch
|
blob
|
history
diff --git
a/SL/OE.pm
b/SL/OE.pm
index
0349977
..
2e5c8d6
100644
(file)
--- a/
SL/OE.pm
+++ b/
SL/OE.pm
@@
-866,6
+866,9
@@
sub retrieve {
$stw->finish;
}
+ # delete orderitems_id in collective orders, so that they get cloned no matter what
+ delete $ref->{orderitems_id} if (@ids);
+
#set expense_accno=inventory_accno if they are different => bilanz
$vendor_accno =
($ref->{expense_accno} != $ref->{inventory_accno})