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,