From 2c54f49cbc530a9d258ef53a9430b6ccba80c44d Mon Sep 17 00:00:00 2001 From: mithili Date: Mon, 28 Jul 2025 12:30:14 +0530 Subject: [PATCH] fix: avoid auto_repeat on duplicate --- erpnext/selling/doctype/sales_order/sales_order.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/erpnext/selling/doctype/sales_order/sales_order.json b/erpnext/selling/doctype/sales_order/sales_order.json index 2f481028c1b..0279a56a41f 100644 --- a/erpnext/selling/doctype/sales_order/sales_order.json +++ b/erpnext/selling/doctype/sales_order/sales_order.json @@ -1434,6 +1434,7 @@ "hide_days": 1, "hide_seconds": 1, "label": "Auto Repeat", + "no_copy": 1, "options": "Auto Repeat" }, { @@ -1687,7 +1688,7 @@ "idx": 105, "is_submittable": 1, "links": [], - "modified": "2025-03-03 16:49:00.676927", + "modified": "2025-07-28 12:14:29.760988", "modified_by": "Administrator", "module": "Selling", "name": "Sales Order",