This commit is contained in:
@@ -35,8 +35,6 @@ To REMOVE: apt-get remove dotnet-runtime-3.0 (replace 3.0 with whatever version
|
|||||||
|
|
||||||
MISC ITEMS THAT CAME UP
|
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
|
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
|
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
|
Better solution: one clear button that clears all and emits properly and disable the built in if possible
|
||||||
|
|||||||
@@ -849,13 +849,13 @@ export default {
|
|||||||
webAddress: null,
|
webAddress: null,
|
||||||
popUpNotes: null,
|
popUpNotes: null,
|
||||||
billHeadOffice: false,
|
billHeadOffice: false,
|
||||||
headOfficeID: null,
|
headOfficeId: null,
|
||||||
techNotes: null,
|
techNotes: null,
|
||||||
accountNumber: null,
|
accountNumber: null,
|
||||||
usesBanking: false,
|
usesBanking: false,
|
||||||
contractID: null,
|
contractId: null,
|
||||||
contractExpires: null,
|
contractExpires: null,
|
||||||
defaultServiceTemplateID: null,
|
defaultServiceTemplateId: null,
|
||||||
phone1: null,
|
phone1: null,
|
||||||
phone2: null,
|
phone2: null,
|
||||||
phone3: null,
|
phone3: null,
|
||||||
|
|||||||
Reference in New Issue
Block a user