From f3e13df73771d589f8dfdf335021fd5126bae540 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 8 Mar 2022 01:51:29 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 ++ ayanova/src/views/customer-notify-subscription.vue | 8 -------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 6de17c2c..ac3d1a64 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -50,6 +50,8 @@ How to implement auto notifications if can report and send from server Set file name of attached report, maybe user can template that? Or use biz object name file friendly morphed + TODO: notify delivery log needs some help to work with this make sure to test that and confirm how it looks + right now it's reliying on a notifyevent id which doesn't exist because it's set to a customernotifyevent id instead OTHER B4BETA copy of customer notification doesn't seem to be implemented, possibly others, do a reference search for each notification and track down any that remain un-implemented. diff --git a/ayanova/src/views/customer-notify-subscription.vue b/ayanova/src/views/customer-notify-subscription.vue index 0a78ddd9..3a11f814 100644 --- a/ayanova/src/views/customer-notify-subscription.vue +++ b/ayanova/src/views/customer-notify-subscription.vue @@ -1282,14 +1282,6 @@ CSR: vm.selectLists.quoteTemplateTokens.push( ...[ { name: cust + vm.$ay.t("Name"), id: "{{Customer}}" }, - { - name: quote + vm.$ay.t("QuoteQuoteRequestDate"), - id: "{{QuoteQuoteRequestDate}}" - }, - { - name: quote + vm.$ay.t("QuoteValidUntilDate"), - id: "{{QuoteValidUntilDate}}" - }, { name: vm.$ay.t("QuoteIntroduction"),