[test-fixes]

This commit is contained in:
Rushabh Mehta
2015-09-23 15:43:09 +05:30
parent 06ad308ca1
commit 307978fea9
4 changed files with 38 additions and 27 deletions

View File

@@ -280,7 +280,7 @@ def set_taxes(party, party_type, posting_date, company, customer_group=None, sup
billing_address=None, shipping_address=None, use_for_shopping_cart=None):
from erpnext.accounts.doctype.tax_rule.tax_rule import get_tax_template, get_party_details
args = {
party_type: party,
party_type.lower(): party,
"customer_group": customer_group,
"supplier_type": supplier_type,
"company": company