Revision 3b32e1dd
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
1328 | 1328 |
$form->{label} = $form->{formname} eq 'pick_list' ? $locale->text('Pick List') : $locale->text('Delivery Order'); |
1329 | 1329 |
} |
1330 | 1330 |
|
1331 |
$form->{TEMPLATE_DRIVER_OPTIONS} = { }; |
|
1332 |
if (any { $form->{type} eq $_ } qw(sales_quotation sales_order sales_delivery_order invoice request_quotation purchase_order purchase_delivery_order)) { |
|
1333 |
$form->{TEMPLATE_DRIVER_OPTIONS}->{variable_content_types} = { |
|
1334 |
longdescription => 'html', |
|
1335 |
partnotes => 'html', |
|
1336 |
}; |
|
1337 |
} |
|
1338 |
|
|
1331 | 1339 |
$form->isblank("email", $locale->text('E-mail address missing!')) |
1332 | 1340 |
if ($form->{media} eq 'email'); |
1333 | 1341 |
$form->isblank("${inv}date", |
Auch abrufbar als: Unified diff
print_form: Templatesystem mitteilen, dass gewisse Variablen bei Ver-/Einkauf HTML enthalten