From becb883eec9b040f9ea06132251c3ae50529af99 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 27 Nov 2020 21:48:51 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 -- ayanova/src/views/cust-customer.vue | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index a6597aa9..39da0f02 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -35,8 +35,6 @@ To REMOVE: apt-get remove dotnet-runtime-3.0 (replace 3.0 with whatever version MISC ITEMS THAT CAME UP - -todo: User grids, cursor changed to indicate a clickable entire line for each item and replicate that to all other stock openable grids todo: bugbug datetime control clear buttons don't trigger emit of empty date times contractexpires on customer form clearing it and saving sends date to server as if it wasn't cleared at all Better solution: one clear button that clears all and emits properly and disable the built in if possible diff --git a/ayanova/src/views/cust-customer.vue b/ayanova/src/views/cust-customer.vue index d0e78593..cbd9975e 100644 --- a/ayanova/src/views/cust-customer.vue +++ b/ayanova/src/views/cust-customer.vue @@ -849,13 +849,13 @@ export default { webAddress: null, popUpNotes: null, billHeadOffice: false, - headOfficeID: null, + headOfficeId: null, techNotes: null, accountNumber: null, usesBanking: false, - contractID: null, + contractId: null, contractExpires: null, - defaultServiceTemplateID: null, + defaultServiceTemplateId: null, phone1: null, phone2: null, phone3: null,