fix: Resolve merge conflict in json files

This commit is contained in:
deepeshgarg007 2019-05-08 10:33:08 +05:30
parent e13a56cc80
commit 321124aa72
2 changed files with 21 additions and 2 deletions

View File

@ -38,6 +38,7 @@
"projected_qty", "projected_qty",
"actual_qty", "actual_qty",
"ordered_qty", "ordered_qty",
"received_qty",
"accounting_details", "accounting_details",
"expense_account", "expense_account",
"column_break_35", "column_break_35",
@ -364,11 +365,16 @@
{ {
"fieldname": "section_break_37", "fieldname": "section_break_37",
"fieldtype": "Section Break" "fieldtype": "Section Break"
},
{
"fieldname": "received_qty",
"fieldtype": "Data",
"label": "Received Quantity"
} }
], ],
"idx": 1, "idx": 1,
"istable": 1, "istable": 1,
"modified": "2019-05-01 17:48:12.361976", "modified": "2019-05-08 10:27:25.008801",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Material Request Item", "name": "Material Request Item",

View File

@ -64,7 +64,9 @@
"rejected_warehouse", "rejected_warehouse",
"quality_inspection", "quality_inspection",
"purchase_order", "purchase_order",
"material_request",
"purchase_order_item", "purchase_order_item",
"material_request_item",
"column_break_40", "column_break_40",
"is_fixed_asset", "is_fixed_asset",
"asset", "asset",
@ -753,11 +755,22 @@
"fieldname": "image_section", "fieldname": "image_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Image" "label": "Image"
},
{
"fieldname": "material_request",
"fieldtype": "Link",
"label": "Material Request",
"options": "Material Request"
},
{
"fieldname": "material_request_item",
"fieldtype": "Data",
"label": "Material Request Item"
} }
], ],
"idx": 1, "idx": 1,
"istable": 1, "istable": 1,
"modified": "2019-05-01 17:45:17.447900", "modified": "2019-05-08 10:25:27.157675",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Purchase Receipt Item", "name": "Purchase Receipt Item",