diff --git a/waku-messages/message/waku-message-body.dmn b/waku-messages/message/waku-message-body.dmn index f3d611a5..92a852cb 100644 --- a/waku-messages/message/waku-message-body.dmn +++ b/waku-messages/message/waku-message-body.dmn @@ -14,12 +14,12 @@ - len_project_lead_comments > 0 + len_project_lead_comments - len_finance_comments > 0 + len_finance_comments @@ -82,10 +82,10 @@ "waku_invoice_rejected" - True + ">0" - False + 0 "Hi " + current_user_extras["first_name"] + ", your invoice has been rejected by your Project Lead. The reason specified for the rejection is: " + invoice.commentsProjectLead @@ -99,10 +99,10 @@ "waku_invoice_rejected" - False + 0 - True + ">0" "Hi " + current_user_extras["first_name"] + ", your invoice has been rejected by Finance. The reason specified for the rejection is: " + invoice.commentsFinance