Merge pull request #17638 from rohitwaghchaure/changed_fieldtype_from_data_to_float

fix: changed fieldtype from data to float
This commit is contained in:
rohitwaghchaure 2019-05-16 17:04:51 +05:30 committed by GitHub
commit cca5c45ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",