fix: return tax rate since fetch is removed

This commit is contained in:
Dany Robert 2021-09-29 13:01:40 +05:30 committed by GitHub
parent 5ce6a4c107
commit 2b4959fb3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,7 +176,7 @@ def generate_taxes():
account = create_account(company=company_name, account_name="Output Tax CGST", account_type="Tax", parent_account=parent_account)
return {'taxes':[{
"account_head": account,
"rate": 0,
"rate": 9,
"description": "CGST",
"tax_amount": 10,
"total": 210