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