Merge pull request #17940 from nabinhait/salary-slip-amount

fix: salary slip amount calculation based on formula
This commit is contained in:
Saurabh
2019-06-14 11:20:01 +05:30
committed by GitHub

View File

@@ -445,6 +445,8 @@ class SalarySlip(TransactionBase):
if not overwrite and component_row.default_amount:
amount += component_row.default_amount
else:
component_row.default_amount = amount
component_row.amount = amount
component_row.deduct_full_tax_on_selected_payroll_date = struct_row.deduct_full_tax_on_selected_payroll_date