Revision a2a0b82c
Von Cem Aydin vor 3 Monaten hinzugefügt
SL/Form.pm | ||
---|---|---|
3206 | 3206 |
DO->order_details(\%::myconfig, $self); |
3207 | 3207 |
} elsif ($self->{type} =~ /sales_order|sales_quotation|request_quotation|purchase_order|purchase_quotation_intake/) { |
3208 | 3208 |
OE->order_details(\%::myconfig, $self); |
3209 |
} elsif ($self->{type} =~ /reclamation/) { |
|
3210 |
# skip reclamation here, legacy template arrays are added in the reclamation controller |
|
3209 | 3211 |
} else { |
3210 | 3212 |
IS->invoice_details(\%::myconfig, $self, $::locale); |
3211 | 3213 |
} |
Auch abrufbar als: Unified diff
Reclamation Controller: Support für Drucken via internem Kivi parser hinzugefügt
Dazu werden die benötigten Druck Variablen aus dem Rose DB objekt
ins template array geschrieben.
Helfer Funktionen unter SL/DB/Helper/LegacyPrinting.pm erstellt.
Siehe auch perldoc in dieser Datei.