X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/5f783ffe9c431bf8bf4eed4a23192368aaf8341d..66b4e9c9cc79d6efa331d08d7c4cf95c0e3245d7:/SL/IC.pm diff --git a/SL/IC.pm b/SL/IC.pm index ab0c79135..d654d008b 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -819,7 +819,6 @@ sub all_parts { 'SUM(ioi.qty)' => ' ', description => 'p.', qty => 'ioi.', - unit => 'ioi.', serialnumber => 'ioi.', ); @@ -831,6 +830,7 @@ sub all_parts { [ 'description', 'ioi.', 'invoice_oi' ], [ 'deliverydate', 'ioi.', 'invoice_oi' ], [ 'transdate' , 'apoe.', 'apoe' ], + [ 'unit' , 'ioi.', 'invoice_oi' ], ); # careful with renames. these are HARD, and any filters done on the original column will break