Revision 0631ab0e
Von Moritz Bunkus vor fast 17 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
267 | 267 |
$form->{is_customer} = $form->{db} eq 'customer'; |
268 | 268 |
$form->{salesman_label} = sub { $_[0]->{name} ne "" ? $_[0]->{name} : $_[0]->{login} }; |
269 | 269 |
$form->{shipto_label} = sub { "$_[0]->{shiptoname} $_[0]->{shiptodepartment_1}" }; |
270 |
$form->{contacts_label} = sub { "$_[0]->{cp_givenname} $_[0]->{cp_name}" };
|
|
270 |
$form->{contacts_label} = sub { join ", ", grep { $_ } $_[0]->{cp_name}, $_[0]->{cp_givenname} };
|
|
271 | 271 |
$form->{taxzone_id} = 0 if !$form->{id}; |
272 | 272 |
$form->{jsscript} = 1; |
273 | 273 |
$form->{fokus} = "ct.greeting"; |
Auch abrufbar als: Unified diff
Kontakte sortiert ausgeben.