[enhancement] bring taxes from tax rules and test cases

This commit is contained in:
Saurabh
2015-09-14 11:13:01 +05:30
parent 957e7a37be
commit 8f7317175d
8 changed files with 79 additions and 81 deletions

View File

@@ -301,7 +301,6 @@ def set_taxes(party, party_type, posting_date, company, customer_group=None, sup
args.update({"tax_type": "Purchase"})
if use_for_shopping_cart:
print "use_for_shopping_cart", use_for_shopping_cart
args.update({"use_for_shopping_cart": use_for_shopping_cart})
return get_tax_template(posting_date, args)