mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-30 18:50:53 +00:00
Js forms updates (#4378)
* Refactor forms for creating and editing SalesOrder - Common function for defining fields * More visual improvements for forms * Refactor fields for SupplierPartPriceBreak * More refactoring * Refactor for stockitemtestresult table * Comment fields * JS linting fix
This commit is contained in:
@ -536,7 +536,9 @@ function completeBuildOutputs(build_id, outputs, options={}) {
|
||||
structural: false,
|
||||
},
|
||||
},
|
||||
notes: {},
|
||||
notes: {
|
||||
icon: 'fa-sticky-note',
|
||||
},
|
||||
accept_incomplete_allocation: {},
|
||||
},
|
||||
confirm: true,
|
||||
|
Reference in New Issue
Block a user