]> wagnertech.de Git - mfinanz.git/blobdiff - SL/IC.pm
select_item für Erzeugnisse auch Langtext anzeigen, falls aktiviert
[mfinanz.git] / SL / IC.pm
index dc86484b39f7050e52ffec23f8194fd091d1ae25..45604b0c9768e83d5db5a08f2b35a5f5eab940d6 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