Skip to content

Commit

Permalink
Merge pull request #543 from compucorp/COMCL-939-fix-membership-total
Browse files Browse the repository at this point in the history
COMCL-939: Avoid reformatting total amount in the template
  • Loading branch information
olayiwola-compucorp authored Nov 21, 2024
2 parents ccff869 + f683663 commit 6e01608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/MembershipExtras/Page/InstalmentSchedule.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<td colspan="3"></td>
<td class="instalment-amount-text">{ts}Total Amount{/ts}</td>
<td colspan="2">
<span>{$currency_symbol}&nbsp;<span id="instalment-total-amount">{$total_amount|crmNumberFormat:2}</span>
<span>{$currency_symbol}&nbsp;<span id="instalment-total-amount">{$total_amount}</span>
{if isset($prorated_number) && isset($prorated_unit)}
<span class="instalment-prorated-text">({ts}Prorated for {/ts} {$prorated_number} {$prorated_unit})</span>
{/if}
Expand Down

0 comments on commit 6e01608

Please sign in to comment.