Revision 1b9d825f
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
148 | 148 |
my $zugferd_filter = $form->{create_zugferd_invoices} eq '' ? undef : $zugferd_settings_list[$form->{create_zugferd_invoices} + 1]->[1]; |
149 | 149 |
|
150 | 150 |
push @options, $locale->text('Name') . " : $form->{name}" if $form->{name}; |
151 |
push @options, $locale->text('Department') . ' 1' . " : $form->{department_1}" if $form->{department_1}; |
|
152 |
push @options, $locale->text('Department') . ' 2' . " : $form->{department_2}" if $form->{department_2}; |
|
151 | 153 |
push @options, $locale->text('Contact') . " : $form->{contact}" if $form->{contact}; |
152 | 154 |
push @options, $locale->text('Number') . qq| : $form->{"$form->{db}number"}| if $form->{"$form->{db}number"}; |
153 | 155 |
push @options, $locale->text('E-mail') . " : $form->{email}" if $form->{email}; |
... | ... | |
240 | 242 |
my @hidden_variables = ( qw( |
241 | 243 |
db status obsolete name contact email cp_name addr_street addr_zipcode |
242 | 244 |
addr_city addr_country addr_gln business_id salesman_id insertdateto insertdatefrom all |
243 |
all_phonenumbers dunning_lock |
|
245 |
all_phonenumbers dunning_lock department_1 department_2
|
|
244 | 246 |
), "$form->{db}number", |
245 | 247 |
map({ "cvar_$_->{name}" } @searchable_custom_variables), |
246 | 248 |
map({'cvar_'. $_->{name} .'_from'} grep({$_->{type} eq 'date'} @searchable_custom_variables)), |
Auch abrufbar als: Unified diff
Kunden/Lieferanten-Bericht: nach Abteilung filtern
Abteilungen im neuen Design anzeigen