SCPN1-9437

(cherry picked from commit f05096636e)
This commit is contained in:
2025-10-16 10:23:56 +02:00
committed by Francis Reat
parent f373cbe734
commit 6bb1d45783
7 changed files with 28 additions and 15 deletions

View File

@@ -29,7 +29,11 @@
{
"Header": {"ProjectID": "${projectRP}"},
"ID": {
<#if receipt.receipt_reference?? && receipt.receipt_reference!="">
"RefID": "${receipt.receipt_reference?trim?json_string}",
<#else>
"RefID": "${receipt.physical_depot_code?trim?json_string}${receipt.activity_code?trim?json_string}${receipt.originator_code?trim?json_string}${receipt.receipt_year}${receipt.receipt_number}",
</#if>
"RefDate": {
"DateTime": "${receipt_status_datetime}",
"AuthorTimeZone": "${time_zone_rfx}"