You've already forked reflex-wms-connector
ajout fonction jsonString
This commit is contained in:
@@ -3,19 +3,19 @@
|
||||
<#assign receipt_status_datetime = RfxDateTimetoUTC(receipt.creation_datetime,time_zone_offset_rfx) />
|
||||
|
||||
[
|
||||
{
|
||||
{
|
||||
"Header": {
|
||||
"ProjectID": "${projectRP}"
|
||||
"ProjectID": "${projectRP}"
|
||||
},
|
||||
"ID": {
|
||||
"RefID": "${receipt.receipt_reference}",
|
||||
"RefID": "${receipt.receipt_reference?json_string}",
|
||||
"RefDate": {
|
||||
"DateTime": "${receipt_status_datetime}",
|
||||
"AuthorTimeZone": "${time_zone_rfx}"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
"Payload": {}
|
||||
|
||||
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user