Skip to content

Commit

Permalink
adding column_break in shopping cart settings
Browse files Browse the repository at this point in the history
  • Loading branch information
anupamvs committed Jul 17, 2020
1 parent 88e58f5 commit a83406c
Showing 1 changed file with 15 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"show_attachments",
"show_price",
"show_stock_availability",
"enable_variants",
"show_configure_button",
"column_break_7",
"show_contact_us_button",
"show_quantity_in_website",
"show_apply_coupon_code_in_website",
Expand Down Expand Up @@ -94,9 +95,9 @@
"fieldtype": "Link",
"in_list_view": 1,
"label": "Company",
"mandatory_depends_on": "eval: doc.enabled == 1",
"options": "Company",
"remember_last_selected_value": 1
"remember_last_selected_value": 1,
"reqd": 1
},
{
"description": "Prices will not be shown if Price List is not set",
Expand All @@ -114,14 +115,14 @@
"fieldtype": "Link",
"ignore_user_permissions": 1,
"label": "Default Customer Group",
"mandatory_depends_on": "eval: doc.enabled == 1",
"options": "Customer Group"
"options": "Customer Group",
"reqd": 1
},
{
"fieldname": "quotation_series",
"fieldtype": "Select",
"label": "Quotation Series",
"mandatory_depends_on": "eval: doc.enabled == 1"
"reqd": 1
},
{
"collapsible": 1,
Expand Down Expand Up @@ -153,22 +154,25 @@
"fieldname": "payment_gateway_account",
"fieldtype": "Link",
"label": "Payment Gateway Account",
"mandatory_depends_on": "eval: doc.enabled == 1 && doc.enable_checkout == 1",
"options": "Payment Gateway Account"
},
{
"default": "0",
"fieldname": "enable_variants",
"fieldname": "show_configure_button",
"fieldtype": "Check",
"label": "Enable Variants"
"label": "Show Configure Button"
},
{
"fieldname": "column_break_7",
"fieldtype": "Column Break"
}
],
"icon": "fa fa-shopping-cart",
"idx": 1,
"issingle": 1,
"links": [],
"modified": "2020-07-08 14:18:02.274138",
"modified_by": "anupam@erpnext.com",
"modified": "2020-07-17 17:44:30.257433",
"modified_by": "Administrator",
"module": "Shopping Cart",
"name": "Shopping Cart Settings",
"owner": "Administrator",
Expand Down

0 comments on commit a83406c

Please sign in to comment.