Closed erawat closed 3 years ago
This PR updates the instalment column instalment schedule table to display the correct total amount.
Total column was display value from instalment_amount which did not include any taxes.
When instalment amount is £10 and VAT is £2
Total column displays value from instalment_total_amount that includes any taxes for contribution.
Overview
This PR updates the instalment column instalment schedule table to display the correct total amount.
Before
Total column was display value from instalment_amount which did not include any taxes.
When instalment amount is £10 and VAT is £2
After
Total column displays value from instalment_total_amount that includes any taxes for contribution.
When instalment amount is £10 and VAT is £2