Revision fa0c3334
Von Bernd Bleßmann vor fast 3 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
147 | 147 |
my @zugferd_settings_list = _zugferd_settings(); |
148 | 148 |
my $zugferd_filter = $form->{create_zugferd_invoices} eq '' ? undef : $zugferd_settings_list[$form->{create_zugferd_invoices} + 1]->[1]; |
149 | 149 |
|
150 |
push @options, $locale->text('Name') . " : $form->{name}" if $form->{name};
|
|
151 |
push @options, $locale->text('Contact') . " : $form->{contact}" if $form->{contact};
|
|
152 |
push @options, $locale->text('Number') . qq| : $form->{"$form->{db}number"}| if $form->{"$form->{db}number"};
|
|
153 |
push @options, $locale->text('E-mail') . " : $form->{email}" if $form->{email};
|
|
154 |
push @options, $locale->text('All phone numbers') . " : $form->{all_phonenumbers}" if $form->{all_phonenumbers};
|
|
155 |
push @options, $locale->text('Contact person (surname)') . " : $form->{cp_name}" if $form->{cp_name}; |
|
156 |
push @options, $locale->text('Billing/shipping address (city)') . " : $form->{addr_city}" if $form->{addr_city}; |
|
157 |
push @options, $locale->text('Billing/shipping address (zipcode)') . " : $form->{addr_zipcode}" if $form->{addr_zipcode}; |
|
158 |
push @options, $locale->text('Billing/shipping address (street)') . " : $form->{addr_street}" if $form->{addr_street}; |
|
159 |
push @options, $locale->text('Billing/shipping address (country)') . " : $form->{addr_country}" if $form->{addr_country}; |
|
160 |
push @options, $locale->text('Billing/shipping address (GLN)') . " : $form->{addr_gln}" if $form->{addr_gln}; |
|
161 |
push @options, $locale->text('Quick Search') . " : $form->{all}" if $form->{all}; |
|
162 |
push @options, $locale->text('Factur-X/ZUGFeRD settings') . " : $zugferd_filter" if $zugferd_filter; |
|
150 |
push @options, $locale->text('Name') . " : $form->{name}" if $form->{name};
|
|
151 |
push @options, $locale->text('Contact') . " : $form->{contact}" if $form->{contact};
|
|
152 |
push @options, $locale->text('Number') . qq| : $form->{"$form->{db}number"}| if $form->{"$form->{db}number"};
|
|
153 |
push @options, $locale->text('E-mail') . " : $form->{email}" if $form->{email};
|
|
154 |
push @options, $locale->text('All phone numbers') . " : $form->{all_phonenumbers}" if $form->{all_phonenumbers};
|
|
155 |
push @options, $locale->text('Contact person (surname)') . " : $form->{cp_name}" if $form->{cp_name};
|
|
156 |
push @options, $locale->text('Billing/shipping address (city)') . " : $form->{addr_city}" if $form->{addr_city};
|
|
157 |
push @options, $locale->text('Billing/shipping address (zipcode)') . " : $form->{addr_zipcode}" if $form->{addr_zipcode};
|
|
158 |
push @options, $locale->text('Billing/shipping address (street)') . " : $form->{addr_street}" if $form->{addr_street};
|
|
159 |
push @options, $locale->text('Billing/shipping address (country)') . " : $form->{addr_country}" if $form->{addr_country};
|
|
160 |
push @options, $locale->text('Billing/shipping address (GLN)') . " : $form->{addr_gln}" if $form->{addr_gln};
|
|
161 |
push @options, $locale->text('Quick Search') . " : $form->{all}" if $form->{all};
|
|
162 |
push @options, $locale->text('Factur-X/ZUGFeRD settings') . " : $zugferd_filter" if $zugferd_filter;
|
|
163 | 163 |
|
164 | 164 |
if ($form->{business_id}) { |
165 | 165 |
my $business = SL::DB::Manager::Business->find_by(id => $form->{business_id}); |
Auch abrufbar als: Unified diff
Kosmetik: Ausrichtung