Revision 0bf218ff
Von Moritz Bunkus vor mehr als 14 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
289 | 289 |
taxzones => "ALL_TAXZONES"); |
290 | 290 |
$form->get_pricegroup(\%myconfig, { all => 1 }); |
291 | 291 |
|
292 |
$form->get_lists(customers => { key => "ALL_SALESMAN_CUSTOMERS", business_is_salesman => 1 }) if $::vertreter; |
|
292 |
$form->get_lists(customers => { key => "ALL_SALESMAN_CUSTOMERS", business_is_salesman => 1, with_obsolete => 1 }) if $::vertreter;
|
|
293 | 293 |
|
294 | 294 |
$form->{ALL_SALESMEN} = $form->{ALL_EMPLOYEES}; |
295 | 295 |
$form->{taxincluded} = ($form->{taxincluded}) ? "checked" : ""; |
Auch abrufbar als: Unified diff
Im Vertretermodus auch ungültige Vertreter in Vertreterauswahl anzeigen