Revision 1c8c1067
Von Kivitendo Admin vor fast 9 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
146 | 146 |
push @options, $locale->text('Billing/shipping address (street)') . " : $form->{addr_street}" if $form->{addr_street}; |
147 | 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 |
push @options, $locale->text('Quick Search') . " : $form->{all}" if $form->{all}; |
|
149 | 150 |
|
150 | 151 |
if ($form->{business_id}) { |
151 | 152 |
my $business = SL::DB::Manager::Business->find_by(id => $form->{business_id}); |
Auch abrufbar als: Unified diff
TopQuickSearch für Kunden und Lieferanten