mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 23:52:57 +00:00
[fix] tax rule test
This commit is contained in:
@@ -160,6 +160,7 @@ def decorate_quotation_doc(doc):
|
||||
return doc
|
||||
|
||||
def _get_cart_quotation(party=None):
|
||||
'''Return the open Quotation of type "Shopping Cart" or make a new one'''
|
||||
if not party:
|
||||
party = get_party()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user