Revision 94ca2a65
Von Bernd Bleßmann vor etwa 5 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
1054 | 1054 |
|
1055 | 1055 |
$report->set_sort_indicator($form->{sort}, $form->{sortdir}); |
1056 | 1056 |
|
1057 |
my $department_description; |
|
1058 |
$department_description = SL::DB::Manager::Department->find_by(id => $form->{department_id})->description if $form->{department_id}; |
|
1059 |
|
|
1057 | 1060 |
my @options; |
1058 | 1061 |
push @options, $locale->text('Vendor') . " : $form->{vendor}" if ($form->{vendor}); |
1059 | 1062 |
push @options, $locale->text('Contact Person') . " : $form->{cp_name}" if ($form->{cp_name}); |
1060 |
push @options, $locale->text('Department') . " : $form->{department}" if ($form->{department});
|
|
1063 |
push @options, $locale->text('Department') . " : $department_description" if ($form->{department_id});
|
|
1061 | 1064 |
push @options, $locale->text('Invoice Number') . " : $form->{invnumber}" if ($form->{invnumber}); |
1062 | 1065 |
push @options, $locale->text('Order Number') . " : $form->{ordnumber}" if ($form->{ordnumber}); |
1063 | 1066 |
push @options, $locale->text('Notes') . " : $form->{notes}" if ($form->{notes}); |
Auch abrufbar als: Unified diff
Bericht EK-Rg/Kreditorenbuchungen: Filter nach Abteilung als Option anzeigen