modifs
This commit is contained in:
parent
de5a9b431e
commit
aa62c276d1
@ -17,10 +17,10 @@
|
|||||||
"Payload": {
|
"Payload": {
|
||||||
|
|
||||||
<#if dispute.dispute_preparation??>
|
<#if dispute.dispute_preparation??>
|
||||||
"Message": "Reference : ${dispute.dispute_reference?trim?json_string}"
|
"Message": "${dispute.dispute_reference?trim?json_string}"
|
||||||
<#else>
|
<#else>
|
||||||
<#if dispute.dispute_reception??>
|
<#if dispute.dispute_reception??>
|
||||||
"Message": "Reference : ${dispute.dispute_reception.reception_reference?trim?json_string}"
|
"Message": "${dispute.dispute_reception.reception_reference?trim?json_string}"
|
||||||
</#if>
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
|
|||||||
@ -17,9 +17,9 @@
|
|||||||
"Payload": {
|
"Payload": {
|
||||||
|
|
||||||
<#if dispute.dispute_quantity!=0>
|
<#if dispute.dispute_quantity!=0>
|
||||||
"Message": "Item : ${dispute.dispute_item.item_code?trim?json_string} - Quantity : ${dispute.dispute_quantity}${dispute.dispute_quantity_unit}"
|
"Message": "${dispute.dispute_item.item_code?trim?json_string} - ${dispute.dispute_quantity}${dispute.dispute_quantity_unit}"
|
||||||
<#else>
|
<#else>
|
||||||
"Message": "Item : ${dispute.dispute_item.item_code?trim?json_string}"
|
"Message": "${dispute.dispute_item.item_code?trim?json_string}"
|
||||||
</#if>
|
</#if>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
},
|
},
|
||||||
"Payload": {
|
"Payload": {
|
||||||
|
|
||||||
"Message": "Description : ${dispute.dispute_description?trim?json_string}"
|
"Message": " ${dispute.dispute_description?trim?json_string}"
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user