Revision 66b4e9c9
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
SL/IC.pm | ||
---|---|---|
819 | 819 |
'SUM(ioi.qty)' => ' ', |
820 | 820 |
description => 'p.', |
821 | 821 |
qty => 'ioi.', |
822 |
unit => 'ioi.', |
|
823 | 822 |
serialnumber => 'ioi.', |
824 | 823 |
); |
825 | 824 |
|
... | ... | |
831 | 830 |
[ 'description', 'ioi.', 'invoice_oi' ], |
832 | 831 |
[ 'deliverydate', 'ioi.', 'invoice_oi' ], |
833 | 832 |
[ 'transdate' , 'apoe.', 'apoe' ], |
833 |
[ 'unit' , 'ioi.', 'invoice_oi' ], |
|
834 | 834 |
); |
835 | 835 |
|
836 | 836 |
# 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.