Revision 86eaed55
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
411 | 411 |
if ($form->{"project_id_$_"}); } (1..$form->{"rowcount"})); |
412 | 412 |
|
413 | 413 |
my $vc = $form->{vc} eq "customer" ? "customers" : "vendors"; |
414 |
$form->get_lists("contacts" => "ALL_CONTACTS", |
|
415 |
"shipto" => "ALL_SHIPTO", |
|
416 |
"projects" => { "key" => "ALL_PROJECTS", |
|
417 |
"all" => 0, |
|
418 |
"old_id" => \@old_project_ids }, |
|
419 |
"employees" => "ALL_EMPLOYEES", |
|
420 |
"salesmen" => "ALL_SALESMEN", |
|
421 |
"taxzones" => "ALL_TAXZONES", |
|
422 |
"payments" => "ALL_PAYMENTS", |
|
414 |
$form->get_lists("contacts" => "ALL_CONTACTS", |
|
415 |
"shipto" => "ALL_SHIPTO", |
|
416 |
"projects" => { |
|
417 |
"key" => "ALL_PROJECTS", |
|
418 |
"all" => 0, |
|
419 |
"old_id" => \@old_project_ids |
|
420 |
}, |
|
421 |
"employees" => "ALL_EMPLOYEES", |
|
422 |
"salesmen" => "ALL_SALESMEN", |
|
423 |
"taxzones" => "ALL_TAXZONES", |
|
424 |
"payments" => "ALL_PAYMENTS", |
|
423 | 425 |
"currencies" => "ALL_CURRENCIES", |
424 |
$vc => "ALL_" . uc($vc)); |
|
426 |
$vc => "ALL_" . uc($vc));
|
|
425 | 427 |
|
426 | 428 |
my %labels; |
427 | 429 |
my @values = (undef); |
Auch abrufbar als: Unified diff
Kosmetik