commit | a91765707a8ddddca7a3fcf6bd10291012aa6684 | [log] [tgz] |
---|---|---|
author | Rohit Waghchaure <rohitw1991@gmail.com> | Wed May 16 23:13:02 2018 +0530 |
committer | Rohit Waghchaure <rohitw1991@gmail.com> | Wed May 16 23:13:02 2018 +0530 |
tree | 00a9890c13dbb06a0b1b51842da4f17234bb4c01 | |
parent | 274f8902465c2687de560ddafe323ced53072cca [diff] |
[Fix] TDS issue
diff --git a/erpnext/accounts/party.py b/erpnext/accounts/party.py index 69b369f..2222f1f 100644 --- a/erpnext/accounts/party.py +++ b/erpnext/accounts/party.py
@@ -487,7 +487,7 @@ if tax.valid_till and date_diff(tax.valid_till, ref_doc.posting_date) > 0: tax_mapper.update({ - "rate": tax.applicable_percentage + "rate": tax.applicable_percent }) prepare_tax_withholding_details(tax_mapper, tax_withholding_details)