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:
4c24a5f
)
all_parts: soldtotal darf kein präfix haben.
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 23 Mar 2010 11:18:38 +0000
(12:18 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 23 Mar 2010 11:18:38 +0000
(12:18 +0100)
Fix für Bug 1358.
SL/IC.pm
patch
|
blob
|
history
diff --git
a/SL/IC.pm
b/SL/IC.pm
index
b0c58d7
..
0256e3d
100644
(file)
--- a/
SL/IC.pm
+++ b/
SL/IC.pm
@@
-818,7
+818,7
@@
sub all_parts {
ordnumber => 'apoe.', make => 'mm.',
quonumber => 'apoe.', model => 'mm.',
invnumber => 'apoe.', partsgroup => 'pg.',
- lastcost => ' ',
+ lastcost => ' ',
, soldtotal => ' ',
factor => 'pfac.',
'SUM(ioi.qty)' => ' ',
description => 'p.',