From 42a2674341b4fd57eb61586524d853f11d11a106 Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Sun, 2 Aug 2026 12:03:14 +0530 Subject: [PATCH] chore: remove shipping rule comments (cherry picked from commit 106ecd71202e67400698eab01915af1e20434bc3) --- erpnext/accounts/doctype/shipping_rule/shipping_rule.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/erpnext/accounts/doctype/shipping_rule/shipping_rule.py b/erpnext/accounts/doctype/shipping_rule/shipping_rule.py index c1ec8b26298..68da0eb519f 100644 --- a/erpnext/accounts/doctype/shipping_rule/shipping_rule.py +++ b/erpnext/accounts/doctype/shipping_rule/shipping_rule.py @@ -163,8 +163,6 @@ class ShippingRule(Document): shipping_charge_filters = shipping_charge.copy() if not self.cost_center: - # Blank Link values can be None on the server or an empty string from the client. - # Child-table defaults can also resolve a blank value to the company default. shipping_charge_filters["cost_center"] = ( "in", (None, "", erpnext.get_default_cost_center(doc.company)),