Revision 5bddd68c
Von Bernd Bleßmann vor fast 9 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
142 | 142 |
push @options, $locale->text('E-mail') . " : $form->{email}" if $form->{email}; |
143 | 143 |
push @options, $locale->text('Contact person (surname)') . " : $form->{cp_name}" if $form->{cp_name}; |
144 | 144 |
push @options, $locale->text('Billing/shipping address (city)') . " : $form->{addr_city}" if $form->{addr_city}; |
145 |
push @options, $locale->text('Billing/shipping address (zipcode)') . " : $form->{zipcode}" if $form->{addr_zipcode}; |
|
146 |
push @options, $locale->text('Billing/shipping address (street)') . " : $form->{street}" if $form->{addr_street}; |
|
147 |
push @options, $locale->text('Billing/shipping address (country)') . " : $form->{country}" if $form->{addr_country}; |
|
145 |
push @options, $locale->text('Billing/shipping address (zipcode)') . " : $form->{addr_zipcode}" if $form->{addr_zipcode};
|
|
146 |
push @options, $locale->text('Billing/shipping address (street)') . " : $form->{addr_street}" if $form->{addr_street};
|
|
147 |
push @options, $locale->text('Billing/shipping address (country)') . " : $form->{addr_country}" if $form->{addr_country};
|
|
148 | 148 |
push @options, $locale->text('Billing/shipping address (GLN)') . " : $form->{addr_gln}" if $form->{addr_gln}; |
149 | 149 |
|
150 | 150 |
if ($form->{business_id}) { |
Auch abrufbar als: Unified diff
Stammdaten->Berichte->Kunden/Lieferanten: Sucheinstellungen richtig anzeigen.
Für Postleitzahl, Straße und Land waren die Variablennamen nicht richtig.