mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
style: moved parent warehouse to top section also added a section break for better look (#22772)
Co-authored-by: Marica <maricadsouza221197@gmail.com>
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
"actions": [],
|
|
||||||
"allow_import": 1,
|
"allow_import": 1,
|
||||||
"allow_rename": 1,
|
"allow_rename": 1,
|
||||||
"creation": "2013-03-07 18:50:32",
|
"creation": "2013-03-07 18:50:32",
|
||||||
@@ -10,12 +9,14 @@
|
|||||||
"field_order": [
|
"field_order": [
|
||||||
"warehouse_detail",
|
"warehouse_detail",
|
||||||
"warehouse_name",
|
"warehouse_name",
|
||||||
|
"section_break_3",
|
||||||
|
"warehouse_type",
|
||||||
|
"parent_warehouse",
|
||||||
"is_group",
|
"is_group",
|
||||||
"company",
|
|
||||||
"disabled",
|
|
||||||
"column_break_4",
|
"column_break_4",
|
||||||
"account",
|
"account",
|
||||||
"warehouse_type",
|
"company",
|
||||||
|
"disabled",
|
||||||
"address_and_contact",
|
"address_and_contact",
|
||||||
"address_html",
|
"address_html",
|
||||||
"column_break_10",
|
"column_break_10",
|
||||||
@@ -31,7 +32,6 @@
|
|||||||
"state",
|
"state",
|
||||||
"pin",
|
"pin",
|
||||||
"tree_details",
|
"tree_details",
|
||||||
"parent_warehouse",
|
|
||||||
"lft",
|
"lft",
|
||||||
"rgt",
|
"rgt",
|
||||||
"old_parent"
|
"old_parent"
|
||||||
@@ -91,6 +91,7 @@
|
|||||||
"options": "Account"
|
"options": "Account"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"depends_on": "eval:!doc.__islocal",
|
||||||
"fieldname": "address_and_contact",
|
"fieldname": "address_and_contact",
|
||||||
"fieldtype": "Section Break",
|
"fieldtype": "Section Break",
|
||||||
"label": "Address and Contact"
|
"label": "Address and Contact"
|
||||||
@@ -224,13 +225,16 @@
|
|||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"label": "Warehouse Type",
|
"label": "Warehouse Type",
|
||||||
"options": "Warehouse Type"
|
"options": "Warehouse Type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "section_break_3",
|
||||||
|
"fieldtype": "Section Break"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "fa fa-building",
|
"icon": "fa fa-building",
|
||||||
"idx": 1,
|
"idx": 1,
|
||||||
"is_tree": 1,
|
"is_tree": 1,
|
||||||
"links": [],
|
"modified": "2020-07-22 14:46:37.650475",
|
||||||
"modified": "2020-03-18 18:26:00.479541",
|
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Warehouse",
|
"name": "Warehouse",
|
||||||
|
|||||||
Reference in New Issue
Block a user