diff --git a/ayanova/src/views/inventory-widget-edit.vue b/ayanova/src/views/inventory-widget-edit.vue index 6940dfbb..4b0a4e93 100644 --- a/ayanova/src/views/inventory-widget-edit.vue +++ b/ayanova/src/views/inventory-widget-edit.vue @@ -330,10 +330,12 @@ export default { roles: [] }, obj: { + //IMPORTANT NOTE: Fields that are NON NULLABLE in the schema for the table but *are* hideable **MUST** have a default value set here or else there will be no way to save the record + //I.E. Serial field below id: 0, concurrencyToken: 0, name: null, - serial: null, + serial: 0, dollarAmount: null, active: null, roles: null,