Revision c0ed7d2f
Von mh@waldpark.octosoft.eu vor fast 9 Jahren hinzugefügt
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
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