From 2079e27402739db03ef0230938bda84342acc8ce Mon Sep 17 00:00:00 2001 From: Westech Admin Date: Wed, 20 May 2026 23:40:03 +0000 Subject: [PATCH] fix: Load.customer_name fetch_from points to customer.customer_name --- westech_r2/fixtures/custom_doctype.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/westech_r2/fixtures/custom_doctype.json b/westech_r2/fixtures/custom_doctype.json index 8a2f5fd..ad873b1 100644 --- a/westech_r2/fixtures/custom_doctype.json +++ b/westech_r2/fixtures/custom_doctype.json @@ -12352,7 +12352,7 @@ "is_virtual": 0, "sort_options": 0, "link_filters": null, - "fetch_from": "customer.supplier_name", + "fetch_from": "customer.customer_name", "show_on_timeline": 0, "make_attachment_public": 0, "documentation_url": null,