refactor: refs #6433 Deleted isPreviousPrepared* columns in model #1901

Merged
guillermo merged 3 commits from 6433-sectorRefactor into dev 2024-01-02 13:14:54 +00:00
1 changed files with 0 additions and 8 deletions
Showing only changes of commit 0f20f95dc5 - Show all commits

View File

@ -20,18 +20,10 @@
"type": "number",
"required": true
},
"isPreviousPreparedByPacking": {
"type": "boolean",
"required": true
},
"code": {
"type": "string",
"required": false
},
"isPreviousPrepared": {
"type": "boolean",
"required": true
},
"isPackagingArea": {
"type": "boolean",
"required": true