Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0c404f20

Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt

  • ID 0c404f20f1f066a1e6fc9c4bacf4bd70eec719e4
  • Vorgänger 8abd9ce3
  • Nachfolger 891f6217

Nicht mehr verwendete Einstellung $::form->{jsscript} entfernt

Unterschiede anzeigen:

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