fix(server): sales tax liability summary report

This commit is contained in:
Ahmed Bouhuolia
2023-09-23 14:40:21 +02:00
parent 1d1049043e
commit f1e7d0fc44
3 changed files with 26 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
export const TaxPayableAccount = {
name: 'Tax Payable',
slug: 'tax-payable',
account_type: 'other-current-liability',
account_type: 'tax-payable',
code: '20006',
description: '',
active: 1,