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:
a05eead
)
Bugfix: Warengruppe => sql fehler
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 19 Jul 2007 16:13:43 +0000
(16:13 +0000)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 19 Jul 2007 16:13:43 +0000
(16:13 +0000)
SL/IC.pm
patch
|
blob
|
history
diff --git
a/SL/IC.pm
b/SL/IC.pm
index
5bbde72
..
fe666ec
100644
(file)
--- a/
SL/IC.pm
+++ b/
SL/IC.pm
@@
-978,7
+978,7
@@
sub all_parts {
module => 'apoe.', name => 'cv.',
ordnumber => 'apoe.', make => 'mm.',
quonumber => 'apoe.', model => 'mm.',
- invnumber => 'apoe.',
+ invnumber => 'apoe.',
partsgroup => 'pg.',
'SUM(ioi.qty) AS soldtotal' => ' ',
);