Skip to content
Snippets Groups Projects
Commit 4deb61a6 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

Merge branch 'sales_pn_1079960_offer_contactid_errset_vars_spelling' into '2021.1'

[Projekt: xRM-Sales][TicketNr.: 1079960][Schreibfehler in Offer_Entity]

See merge request xrm/basic!948
parents 12ed106a 9fd773a0
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ if(contactId != "") ...@@ -32,7 +32,7 @@ if(contactId != "")
var salutation = addrobj.getFormattedAddress(false, "{letter_salutation},"); var salutation = addrobj.getFormattedAddress(false, "{letter_salutation},");
if (salutation != "Err.,") if (salutation != "Err.,")
{ {
neon.setFieldValue("field.LETTERSALUTATION", salutation); neon.setFieldValue("$field.LETTERSALUTATION", salutation);
} }
// set $field.CONTATCT_ORG_ID per contactId // set $field.CONTATCT_ORG_ID per contactId
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment