[fix] tax rule test

This commit is contained in:
Rushabh Mehta
2017-01-18 14:14:20 +05:30
parent 8f55d6bf3a
commit a0c41b70c4
3 changed files with 28 additions and 29 deletions

View File

@@ -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()