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:
5114d0d
)
Warenberichte bsooqr mode: Verkaufspreis aus invoice_oi überlagern.
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 2 Oct 2009 13:21:24 +0000
(15:21 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 2 Oct 2009 13:21:24 +0000
(15:21 +0200)
Fix für Bug 1186.
SL/IC.pm
patch
|
blob
|
history
diff --git
a/SL/IC.pm
b/SL/IC.pm
index
ff4ce09
..
ffc734b
100644
(file)
--- a/
SL/IC.pm
+++ b/
SL/IC.pm
@@
-837,6
+837,7
@@
sub all_parts {
[ 'deliverydate', 'ioi.', 'invoice_oi' ],
[ 'transdate', 'apoe.', 'apoe' ],
[ 'unit', 'ioi.', 'invoice_oi' ],
+ [ 'sellprice', 'ioi.', 'invoice_oi' ],
);
# careful with renames. these are HARD, and any filters done on the original column will break