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:
c01d62c
)
select_item für Erzeugnisse auch Langtext anzeigen, falls aktiviert
author
Jan Büren
<jan@kivitendo-premium.de>
Thu, 18 Feb 2016 13:44:15 +0000
(14:44 +0100)
committer
Jan Büren
<jan@kivitendo-premium.de>
Thu, 18 Feb 2016 13:44:15 +0000
(14:44 +0100)
SL/IC.pm
patch
|
blob
|
history
diff --git
a/SL/IC.pm
b/SL/IC.pm
index
dc86484
..
45604b0
100644
(file)
--- a/
SL/IC.pm
+++ b/
SL/IC.pm
@@
-673,7
+673,7
@@
sub assembly_item {
my $query =
qq|SELECT p.id, p.partnumber, p.description, p.sellprice,
p.weight, p.onhand, p.unit, pg.partsgroup, p.lastcost,
- p.price_factor_id, pfac.factor AS price_factor
+ p.price_factor_id, pfac.factor AS price_factor
, p.notes as longdescription
FROM parts p
LEFT JOIN partsgroup pg ON (p.partsgroup_id = pg.id)
LEFT JOIN price_factors pfac ON pfac.id = p.price_factor_id