Revision 5c25bb6b
Von Bernd Bleßmann vor mehr als 9 Jahren hinzugefügt
SL/IC.pm | ||
---|---|---|
1713 | 1713 |
|
1714 | 1714 |
$sth->finish(); |
1715 | 1715 |
|
1716 |
my @columns = qw(ean image microfiche drawing weight);
|
|
1716 |
my @columns = qw(ean image microfiche drawing); |
|
1717 | 1717 |
|
1718 | 1718 |
$query = qq|SELECT id, | . join(', ', @columns) . qq| |
1719 | 1719 |
FROM parts |
Auch abrufbar als: Unified diff
prepare_parts_for_printing: weight nicht hier in TEMPLATE_ARRAYS eintragen, …
… da das auch schon in OE|DO->order_details und IS->invoice_details
gemacht wird. Und durch das doppelte push stimmt die Reihenfolge dann
nicht mehr.