Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c0ed7d2f

Von mh@waldpark.octosoft.eu vor mehr als 8 Jahren hinzugefügt

  • ID c0ed7d2fa13650cc51cf3ed641aa5cc9afb41d7f
  • Vorgänger 96ab68a3
  • Nachfolger 13f40529

customernotes auch als notes Form Variable(fixmaster)

Durch den query ct.* werden die notes und per ct.notes as customernotes eingelesen

fixup durch löschen von notes vor kopieren

Unterschiede anzeigen:

SL/IS.pm
604 604
      $ref->{cp_gender} = $contact->cp_gender;
605 605
    }
606 606
  }
607
  # remove id and taxincluded before copy back
608
  delete @$ref{qw(id taxincluded)};
607
  # remove id,notes (double of customernotes) and taxincluded before copy back
608
  delete @$ref{qw(id taxincluded notes)};
609 609

  
610 610
  @wanted_vars = grep({ $_ } @wanted_vars);
611 611
  if (scalar(@wanted_vars) > 0) {

Auch abrufbar als: Unified diff