diff --git a/misc/waku-messages/message/waku-message-body.dmn b/misc/waku-messages/message/waku-message-body.dmn index 521906e4..bf253ed6 100644 --- a/misc/waku-messages/message/waku-message-body.dmn +++ b/misc/waku-messages/message/waku-message-body.dmn @@ -13,13 +13,13 @@ - - len_project_lead_comments + + len_project_lead_comment > 0 - len_finance_comments + len_finance_comment > 0 @@ -82,10 +82,10 @@ "waku_invoice_rejected_ismatch" - 0 + False - >0 + True "Hi " + current_user_extras["first_name"] + ", your invoice has been rejected by Finance. The reason specified for the rejection is: " + invoice.commentsFinance @@ -99,10 +99,10 @@ "waku_invoice_rejected_ismatch" - 0 + False - 0 + False "Hi " + current_user_extras["first_name"] + ", your invoice has been rejected by Finance." @@ -116,10 +116,10 @@ "waku_invoice_rejected_not_ismatch_not_pl_approve" - >0 + True - 0 + False "Hi " + current_user_extras["first_name"] + ", your invoice has been rejected by your Project Lead. The reason specified for the rejection is: " + invoice.commentsProjectLead @@ -133,10 +133,10 @@ "waku_invoice_rejected_not_ismatch_not_pl_approve" - 0 + False - 0 + False "Hi " + current_user_extras["first_name"] + ", your invoice has been rejected by your Project Lead." @@ -150,10 +150,10 @@ "waku_invoice_rejected_not_ismatch_pl_approve" - 0 + False - >0 + True "Hi " + current_user_extras["first_name"] + ", your invoice has been rejected by Finance. The reason specified for the rejection is: " + invoice.commentsFinance @@ -167,10 +167,10 @@ "waku_invoice_rejected_not_ismatch_pl_approve" - 0 + False - 0 + False "Hi " + current_user_extras["first_name"] + ", your invoice has been rejected by Finance."