This commit is contained in:
2020-11-27 21:48:51 +00:00
parent fc34bfdac6
commit becb883eec
2 changed files with 3 additions and 5 deletions

View File

@@ -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

View File

@@ -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,