From 4d31255d5c9f1b6ca23ae5df4a007677f37280e3 Mon Sep 17 00:00:00 2001 From: tundebabzy Date: Mon, 26 Feb 2018 04:40:53 +0100 Subject: [PATCH] customer field in Subscriber should be Link --- erpnext/accounts/doctype/subscriber/subscriber.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/subscriber/subscriber.json b/erpnext/accounts/doctype/subscriber/subscriber.json index 39a23b12fa9..28a57d8b1a4 100644 --- a/erpnext/accounts/doctype/subscriber/subscriber.json +++ b/erpnext/accounts/doctype/subscriber/subscriber.json @@ -51,7 +51,7 @@ "collapsible": 0, "columns": 0, "fieldname": "customer", - "fieldtype": "Select", + "fieldtype": "Link", "hidden": 0, "ignore_user_permissions": 0, "ignore_xss_filter": 0, @@ -87,7 +87,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2018-02-24 11:17:46.809140", + "modified": "2018-02-26 04:40:16.510290", "modified_by": "Administrator", "module": "Accounts", "name": "Subscriber",