mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
committed by
mergify-bot
parent
714fc08150
commit
631545aa32
@@ -309,7 +309,7 @@ class calculate_taxes_and_totals(object):
|
|||||||
def calculate_shipping_charges(self):
|
def calculate_shipping_charges(self):
|
||||||
|
|
||||||
# Do not apply shipping rule for POS
|
# Do not apply shipping rule for POS
|
||||||
if self.doc.is_pos:
|
if self.doc.get("is_pos"):
|
||||||
return
|
return
|
||||||
|
|
||||||
if hasattr(self.doc, "shipping_rule") and self.doc.shipping_rule:
|
if hasattr(self.doc, "shipping_rule") and self.doc.shipping_rule:
|
||||||
|
|||||||
Reference in New Issue
Block a user