mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
fix: tcs chargable amount
This commit is contained in:
committed by
Deepesh Garg
parent
655a57513f
commit
ca966601a2
@@ -21,7 +21,7 @@ def get_party_details(inv):
|
|||||||
else:
|
else:
|
||||||
party_type = 'Supplier'
|
party_type = 'Supplier'
|
||||||
party = inv.supplier
|
party = inv.supplier
|
||||||
|
|
||||||
return party_type, party
|
return party_type, party
|
||||||
|
|
||||||
def get_party_tax_withholding_details(inv, tax_withholding_category=None):
|
def get_party_tax_withholding_details(inv, tax_withholding_category=None):
|
||||||
@@ -324,7 +324,7 @@ def get_tds_amount_from_ldc(ldc, parties, fiscal_year, pan_no, tax_details, post
|
|||||||
net_total, ldc.certificate_limit
|
net_total, ldc.certificate_limit
|
||||||
):
|
):
|
||||||
tds_amount = get_ltds_amount(net_total, limit_consumed, ldc.certificate_limit, ldc.rate, tax_details)
|
tds_amount = get_ltds_amount(net_total, limit_consumed, ldc.certificate_limit, ldc.rate, tax_details)
|
||||||
|
|
||||||
return tds_amount
|
return tds_amount
|
||||||
|
|
||||||
def get_debit_note_amount(suppliers, fiscal_year_details, company=None):
|
def get_debit_note_amount(suppliers, fiscal_year_details, company=None):
|
||||||
|
|||||||
Reference in New Issue
Block a user