fix: changed fieldtype from data to float

This commit is contained in:
Rohit Waghchaure
2019-05-16 17:01:05 +05:30
parent 8a976ba8ab
commit cb4e28fb31

View File

@@ -368,13 +368,13 @@
}, },
{ {
"fieldname": "received_qty", "fieldname": "received_qty",
"fieldtype": "Data", "fieldtype": "Float",
"label": "Received Quantity" "label": "Received Quantity"
} }
], ],
"idx": 1, "idx": 1,
"istable": 1, "istable": 1,
"modified": "2019-05-08 10:27:25.008801", "modified": "2019-05-16 17:00:00.056060",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Material Request Item", "name": "Material Request Item",