modifs
This commit is contained in:
parent
de5a9b431e
commit
aa62c276d1
@ -17,10 +17,10 @@
|
||||
"Payload": {
|
||||
|
||||
<#if dispute.dispute_preparation??>
|
||||
"Message": "Reference : ${dispute.dispute_reference?trim?json_string}"
|
||||
"Message": "${dispute.dispute_reference?trim?json_string}"
|
||||
<#else>
|
||||
<#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>
|
||||
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
"Payload": {
|
||||
|
||||
<#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>
|
||||
"Message": "Item : ${dispute.dispute_item.item_code?trim?json_string}"
|
||||
"Message": "${dispute.dispute_item.item_code?trim?json_string}"
|
||||
</#if>
|
||||
}
|
||||
}
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
},
|
||||
"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