Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c0ed7d2f

Von mh@waldpark.octosoft.eu vor fast 9 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
$ref->{cp_gender} = $contact->cp_gender;
}
}
# remove id and taxincluded before copy back
delete @$ref{qw(id taxincluded)};
# remove id,notes (double of customernotes) and taxincluded before copy back
delete @$ref{qw(id taxincluded notes)};
@wanted_vars = grep({ $_ } @wanted_vars);
if (scalar(@wanted_vars) > 0) {

Auch abrufbar als: Unified diff