Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 604765d5

Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt

  • ID 604765d5156076bdac2e2bf305ec287c6b0a0096
  • Vorgänger 4b211b2b
  • Nachfolger 29f99d33

Spalte 'cp_function' in 'cp_position' umbenennen zwecks Kompatibilität mit CRM

Unterschiede anzeigen:

bin/mozilla/ct.pl
303 303

  
304 304
  my @columns      = qw(
305 305
    cp_id vcname vcnumber cp_name cp_givenname cp_street cp_zipcode cp_city cp_phone1 cp_phone2
306
    cp_mobile1 cp_mobile2 cp_email cp_abteilung cp_function cp_birthday cp_gender
306
    cp_mobile1 cp_mobile2 cp_email cp_abteilung cp_position cp_birthday cp_gender
307 307
  );
308 308

  
309 309
  my @includeable_custom_variables = grep { $_->{includeable} } @{ $cvar_configs };
......
336 336
    'cp_mobile2'   => { 'text' => $::locale->text('Mobile2'), },
337 337
    'cp_email'     => { 'text' => $::locale->text('E-mail'), },
338 338
    'cp_abteilung' => { 'text' => $::locale->text('Department'), },
339
    'cp_function'  => { 'text' => $::locale->text('Function/position'), },
339
    'cp_position'  => { 'text' => $::locale->text('Function/position'), },
340 340
    'cp_birthday'  => { 'text' => $::locale->text('Birthday'), },
341 341
    'cp_gender'    => { 'text' => $::locale->text('Gender'), },
342 342
    %column_defs_cvars,

Auch abrufbar als: Unified diff