Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 606e7e25

Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt

Konfigurationsort für viele Flags ist Abschnitt 'features', nicht 'system'

Hoffentlich Fix für Bug 1624.

Unterschiede anzeigen:

bin/mozilla/ct.pl
300 300
                   taxzones  => "ALL_TAXZONES");
301 301
  $form->get_pricegroup(\%myconfig, { all => 1 });
302 302

  
303
  $form->get_lists(customers => { key => "ALL_SALESMAN_CUSTOMERS", business_is_salesman => 1 }) if $::lx_office_conf{system}->{vertreter};
303
  $form->get_lists(customers => { key => "ALL_SALESMAN_CUSTOMERS", business_is_salesman => 1 }) if $::lx_office_conf{features}->{vertreter};
304 304

  
305 305
  $form->{ALL_SALESMEN}   = $form->{ALL_EMPLOYEES};
306 306
  $form->{taxincluded}    = ($form->{taxincluded}) ? "checked" : "";
......
354 354

  
355 355
  $::form->isblank("name", $::locale->text("Name missing!"));
356 356

  
357
  if ($::form->{new_salesman_id} && $::lx_office_conf{system}->{vertreter}) {
357
  if ($::form->{new_salesman_id} && $::lx_office_conf{features}->{vertreter}) {
358 358
    $::form->{salesman_id} = $::form->{new_salesman_id};
359 359
    delete $::form->{new_salesman_id};
360 360
  }

Auch abrufbar als: Unified diff