Revision 0c404f20
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
101 | 101 |
'include_prefix' => 'l_', |
102 | 102 |
'include_value' => 'Y'); |
103 | 103 |
|
104 |
$form->{jsscript} = 1; |
|
105 | 104 |
$form->{title} = $form->{IS_CUSTOMER} ? $locale->text('Customers') : $locale->text('Vendors'); |
106 | 105 |
|
107 | 106 |
$form->header(); |
... | ... | |
474 | 473 |
$form->{shipto_label} = \&_shipto_label; |
475 | 474 |
$form->{contacts_label} = \&_contacts_label; |
476 | 475 |
$form->{taxzone_id} = 0 if !$form->{id}; |
477 |
$form->{jsscript} = 1; |
|
478 | 476 |
$form->{SHIPTO_ALL} = [ +{ shipto_id => '0', shiptoname => $::locale->text('All') }, @{ $form->{SHIPTO} } ]; |
479 | 477 |
|
480 | 478 |
$form->{title} = $form->{title_save} |
Auch abrufbar als: Unified diff
Nicht mehr verwendete Einstellung $::form->{jsscript} entfernt