Revision 7e9ab9e6
Von Cem Aydin vor 11 Monaten hinzugefügt
- ID 7e9ab9e6fe677ee0590ee6e9e615a9a10f36bb06
- Vorgänger 6239f952
SL/Form.pm | ||
---|---|---|
3164 | 3164 |
DO->order_details(\%::myconfig, $self); |
3165 | 3165 |
} elsif ($self->{type} =~ /sales_order|sales_quotation|request_quotation|purchase_order|purchase_quotation_intake/) { |
3166 | 3166 |
OE->order_details(\%::myconfig, $self); |
3167 |
} elsif ($self->{type} =~ /reclamation/) { |
|
3168 |
# skip reclamation here, legacy template arrays are added in the reclamation controller |
|
3167 | 3169 |
} else { |
3168 | 3170 |
IS->invoice_details(\%::myconfig, $self, $::locale); |
3169 | 3171 |
} |
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.