mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 15:39:20 +00:00
fix: return tax rate since fetch is removed
(cherry picked from commit 2b4959fb3b)
This commit is contained in:
@@ -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)
|
account = create_account(company=company_name, account_name="Output Tax CGST", account_type="Tax", parent_account=parent_account)
|
||||||
return {'taxes':[{
|
return {'taxes':[{
|
||||||
"account_head": account,
|
"account_head": account,
|
||||||
"rate": 0,
|
"rate": 9,
|
||||||
"description": "CGST",
|
"description": "CGST",
|
||||||
"tax_amount": 10,
|
"tax_amount": 10,
|
||||||
"total": 210
|
"total": 210
|
||||||
|
|||||||
Reference in New Issue
Block a user