Revision 66b4e9c9
Von Sven Schöling vor mehr als 15 Jahren hinzugefügt
SL/IC.pm | ||
---|---|---|
'SUM(ioi.qty)' => ' ',
|
||
description => 'p.',
|
||
qty => 'ioi.',
|
||
unit => 'ioi.',
|
||
serialnumber => 'ioi.',
|
||
);
|
||
|
||
... | ... | |
[ '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
|
Auch abrufbar als: Unified diff
Bugfix: Unit muss aus parts kommen und aus ioi überlagert werden.