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

Merge branch '1064723_FixOrderAddreses' into '2020.2'

[Projekt: Entwicklung - Neon][TicketNr.: 1064723][Zahlungs-/ Lieferadresse  in Beleg]

See merge request xrm/basic!450
parents c459ab87 18c2dd48
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,9 @@ import("system.neon");
import("PostalAddress_lib");
import("Entity_lib");
var newAddressId = vars.get("local.value");
var newAddressId = vars.get("$local.value");
if (newAddressId)
{
neon.setFieldValue("$field.DELIVERYADDRESS", AddressUtils.getAddressById(newAddressId));
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -3,7 +3,7 @@ import("system.neon");
import("PostalAddress_lib");
import("Entity_lib");
var newAddressId = vars.get("local.value");
var newAddressId = vars.get("$local.value");
if (newAddressId)
{
......
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