Revision 858daa32
Von Bernd Bleßmann vor fast 3 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
1205 | 1205 |
if ($form->{formname} eq "invoice") { |
1206 | 1206 |
$form->{label} = $locale->text('Invoice'); |
1207 | 1207 |
} |
1208 |
|
|
1209 |
if ($form->{formname} eq "invoice_for_advance_payment") { |
|
1210 |
$form->{label} = $locale->text('Invoice for Advance Payment'); |
|
1211 |
} |
|
1212 |
|
|
1208 | 1213 |
if ($form->{formname} eq 'sales_order') { |
1209 | 1214 |
$inv = "ord"; |
1210 | 1215 |
$due = "req"; |
... | ... | |
1302 | 1307 |
} |
1303 | 1308 |
|
1304 | 1309 |
$form->{TEMPLATE_DRIVER_OPTIONS} = { }; |
1305 |
if (any { $form->{type} eq $_ } qw(sales_quotation sales_order sales_delivery_order invoice request_quotation purchase_order purchase_delivery_order credit_note)) { |
|
1310 |
if (any { $form->{type} eq $_ } qw(sales_quotation sales_order sales_delivery_order invoice invoice_for_advance_payment request_quotation purchase_order purchase_delivery_order credit_note)) {
|
|
1306 | 1311 |
$form->{TEMPLATE_DRIVER_OPTIONS}->{variable_content_types} = $form->get_variable_content_types(); |
1307 | 1312 |
} |
1308 | 1313 |
|
Auch abrufbar als: Unified diff
Anzahlungs-Rg.: Drucken können