Skip to content

Commit

Permalink
done of this
Browse files Browse the repository at this point in the history
  • Loading branch information
iqbal-emon committed May 29, 2024
1 parent 1be0690 commit 32a1402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HomeRentManagement/Pages/BillDetails.razor
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
</div>
<div class="row mb-3">
<div class="col">Total:</div>
<div class="col text-end receipt-total" id="total">10500</div>
<div class="col text-end receipt-total" id="total">@Bill.TotalRent</div>
</div>
</div>
<div class="download-button text-center">
Expand Down

0 comments on commit 32a1402

Please sign in to comment.