diff --git a/RPtoRFX_CarrierAppointmentCreated.ftl b/RPtoRFX_CarrierAppointmentCreated.ftl index c7da2d5..56a27d4 100644 --- a/RPtoRFX_CarrierAppointmentCreated.ftl +++ b/RPtoRFX_CarrierAppointmentCreated.ftl @@ -33,7 +33,6 @@ <#if appointment.Commissions??> "physical_receipt_list": [ - <#list appointment.Commissions as commission> <#list eventRP.executionflowCustomFields.entrySet() as custom> { "receipt_activity": "${custom.value.activity_code?json_string}", @@ -42,7 +41,6 @@ "receipt_year": "${custom.value.order_year?json_string}", "receipt_number": "${custom.value.order_number?json_string}" } - <#sep>, ], diff --git a/RPtoRFX_CarrierAppointmentPhysicalReceiptAssociation.ftl b/RPtoRFX_CarrierAppointmentPhysicalReceiptAssociation.ftl index d5a458c..3aab366 100644 --- a/RPtoRFX_CarrierAppointmentPhysicalReceiptAssociation.ftl +++ b/RPtoRFX_CarrierAppointmentPhysicalReceiptAssociation.ftl @@ -10,7 +10,6 @@ { <#if appointment.Commissions??> "physical_receipt_list": [ - <#list appointment.Commissions as commission> <#list eventRP.executionflowCustomFields.entrySet() as custom> { "receipt_activity": "${custom.value.activity_code?json_string}", @@ -19,7 +18,6 @@ "receipt_year": "${custom.value.order_year?json_string}", "receipt_number": "${custom.value.order_number?json_string}" } - <#sep>, ]