Revision 6d169764
Von Moritz Bunkus vor mehr als 14 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
285 | 285 |
my %myconfig = %main::myconfig; |
286 | 286 |
my $locale = $main::locale; |
287 | 287 |
|
288 |
$form->get_lists("employees" => "ALL_EMPLOYEES", |
|
289 |
"taxzones" => "ALL_TAXZONES"); |
|
288 |
$form->get_lists(employees => "ALL_EMPLOYEES", |
|
289 |
taxzones => "ALL_TAXZONES", |
|
290 |
business_types => { key => 'ALL_SALESMAN_BUSINESSES', salesman => 1 }); |
|
290 | 291 |
$form->get_pricegroup(\%myconfig, { all => 1 }); |
291 | 292 |
|
292 | 293 |
$form->{ALL_SALESMEN} = $form->{ALL_EMPLOYEES}; |
Auch abrufbar als: Unified diff
"Vertreter"-Feature in Kunden-/Lieferantenstammdaten wieder eingebaut