From e44ce5d88e1d1fe431897b8115f99bcb696f6542 Mon Sep 17 00:00:00 2001 From: tunde Date: Thu, 31 Aug 2017 16:11:42 +0100 Subject: [PATCH] adjustment: removes credit_days_based on and credit_days fields --- erpnext/buying/doctype/supplier/supplier.json | 67 +------------------ 1 file changed, 3 insertions(+), 64 deletions(-) diff --git a/erpnext/buying/doctype/supplier/supplier.json b/erpnext/buying/doctype/supplier/supplier.json index f1abf0ceb2..e6cea536f5 100644 --- a/erpnext/buying/doctype/supplier/supplier.json +++ b/erpnext/buying/doctype/supplier/supplier.json @@ -597,68 +597,7 @@ "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, - "permlevel": 0, - "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 == 'Payment Terms'", + "depends_on": "", "fieldname": "payment_terms", "fieldtype": "Link", "hidden": 0, @@ -1002,8 +941,8 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2017-08-31 11:37:24.321645", - "modified_by": "Administrator", + "modified": "2017-08-31 16:10:44.049915", + "modified_by": "tundebabzy@gmail.com", "module": "Buying", "name": "Supplier", "name_case": "Title Case",