From 657ecd52277733bd57f72e3fb0d9b50c28e65b46 Mon Sep 17 00:00:00 2001 From: tunde Date: Thu, 31 Aug 2017 16:06:56 +0100 Subject: [PATCH] adjustment: removes credit_based_on field --- .../selling/doctype/customer/customer.json | 69 +------------------ 1 file changed, 3 insertions(+), 66 deletions(-) diff --git a/erpnext/selling/doctype/customer/customer.json b/erpnext/selling/doctype/customer/customer.json index 9cb9d6a104..222d2e569e 100644 --- a/erpnext/selling/doctype/customer/customer.json +++ b/erpnext/selling/doctype/customer/customer.json @@ -812,69 +812,6 @@ "unique": 0, "width": "50%" }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "fieldname": "credit_days_based_on", - "fieldtype": "Select", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Credit Days Based On", - "length": 0, - "no_copy": 0, - "options": "\nFixed Days\nLast Day of the Next Month\nPayment Terms", - "permlevel": 0, - "precision": "", - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, - { - "allow_bulk_edit": 0, - "allow_on_submit": 0, - "bold": 0, - "collapsible": 0, - "columns": 0, - "depends_on": "eval:doc.credit_days_based_on=='Fixed Days'", - "fieldname": "credit_days", - "fieldtype": "Int", - "hidden": 0, - "ignore_user_permissions": 0, - "ignore_xss_filter": 0, - "in_filter": 0, - "in_global_search": 0, - "in_list_view": 0, - "in_standard_filter": 0, - "label": "Credit Days", - "length": 0, - "no_copy": 0, - "oldfieldname": "credit_days", - "oldfieldtype": "Int", - "permlevel": 1, - "print_hide": 0, - "print_hide_if_no_value": 0, - "read_only": 0, - "remember_last_selected_value": 0, - "report_hide": 0, - "reqd": 0, - "search_index": 0, - "set_only_once": 0, - "unique": 0 - }, { "allow_bulk_edit": 0, "allow_on_submit": 0, @@ -913,7 +850,7 @@ "bold": 0, "collapsible": 0, "columns": 0, - "depends_on": "eval:doc.credit_days_based_on == 'Payment Terms'", + "depends_on": "", "fieldname": "payment_terms", "fieldtype": "Link", "hidden": 0, @@ -1234,8 +1171,8 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2017-08-31 11:41:10.823682", - "modified_by": "Administrator", + "modified": "2017-08-31 15:12:18.637132", + "modified_by": "tundebabzy@gmail.com", "module": "Selling", "name": "Customer", "name_case": "Title Case",