Revision 407245ca
Von Cem Aydin vor 8 Monaten hinzugefügt
| SL/Form.pm | ||
|---|---|---|
|
DO->order_details(\%::myconfig, $self);
|
||
|
} elsif ($self->{type} =~ /sales_order|sales_quotation|request_quotation|purchase_order|purchase_quotation_intake/) {
|
||
|
OE->order_details(\%::myconfig, $self);
|
||
|
} elsif ($self->{type} =~ /reclamation/) {
|
||
|
# skip reclamation here, legacy template arrays are added in the reclamation controller
|
||
|
} else {
|
||
|
IS->invoice_details(\%::myconfig, $self, $::locale);
|
||
|
}
|
||
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.