mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 04:55:44 +00:00
Added MinMoneyValidator to InvenTreeModelMoneyField
- Refactor edit and delete forms for PurchaseOrderLineItem
This commit is contained in:
@ -1267,7 +1267,7 @@ function constructField(name, parameters, options) {
|
||||
var extra = parameters.prefix != null;
|
||||
|
||||
// Some fields can have 'clear' inputs associated with them
|
||||
if (!parameters.required) {
|
||||
if (!parameters.required && !parameters.read_only) {
|
||||
switch (parameters.type) {
|
||||
case 'string':
|
||||
case 'url':
|
||||
|
Reference in New Issue
Block a user