Skip to content
Snippets Groups Projects
Commit 18c2dd48 authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon: Committed by Sebastian Listl
Browse files

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

parent 6b084e00
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