Revision 2def6461
Von Kivitendo Admin vor mehr als 11 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
161 | 161 |
push @options, $locale->text('Billing/shipping address (city)') . " : $form->{addr_city}" if $form->{addr_city}; |
162 | 162 |
push @options, $locale->text('Billing/shipping address (zipcode)') . " : $form->{zipcode}" if $form->{addr_zipcode}; |
163 | 163 |
push @options, $locale->text('Billing/shipping address (street)') . " : $form->{street}" if $form->{addr_street}; |
164 |
push @options, $locale->text('Billing/shipping address (country)') . " : $form->{country}" if $form->{addr_country}; |
|
164 | 165 |
|
165 | 166 |
if ($form->{business_id}) { |
166 | 167 |
my $business = SL::DB::Manager::Business->find_by(id => $form->{business_id}); |
... | ... | |
171 | 172 |
} |
172 | 173 |
|
173 | 174 |
my @columns = ( |
174 |
'id', 'name', "$form->{db}number", 'contact', 'phone', |
|
175 |
'fax', 'email', 'taxnumber', 'street', 'zipcode' , 'city', |
|
176 |
'business', 'invnumber', 'ordnumber', 'quonumber' |
|
175 |
'id', 'name', "$form->{db}number", 'contact', 'phone',
|
|
176 |
'fax', 'email', 'taxnumber', 'street', 'zipcode' , 'city',
|
|
177 |
'business', 'invnumber', 'ordnumber', 'quonumber', 'salesman', 'country'
|
|
177 | 178 |
); |
178 | 179 |
|
179 | 180 |
my @includeable_custom_variables = grep { $_->{includeable} } @{ $cvar_configs }; |
... | ... | |
199 | 200 |
'street' => { 'text' => $locale->text('Street'), }, |
200 | 201 |
'zipcode' => { 'text' => $locale->text('Zipcode'), }, |
201 | 202 |
'city' => { 'text' => $locale->text('City'), }, |
203 |
'country' => { 'text' => $locale->text('Country'), }, |
|
204 |
'salesman' => { 'text' => $locale->text('Salesman'), }, |
|
202 | 205 |
%column_defs_cvars, |
203 | 206 |
); |
204 | 207 |
|
Auch abrufbar als: Unified diff
Verkauf -> Berichte -> Kunden - Land und Verkäufer
neue Häkchen bei "In Bericht aufnehmen"