Fix amount display format on New Transaction - Promotions page

This commit is contained in:
James Chapman 2023-08-04 18:10:45 +01:00
parent 560c162ee1
commit 06b2de9311
Signed by: jamsch0
GPG Key ID: 765FE58130277547

View File

@ -46,7 +46,7 @@
@promotion.Items.Sum(item => Model.Items.Single(i => i.ItemId == item.Id).Quantity)
</td>
<td class="table__cell table__cell--compact table__cell--numeric">
@(-promotion.Amount)
@((-promotion.Amount).ToString("c"))
</td>
<td class="table__cell table__cell--compact">
<a class="link" asp-action="EditTransactionPromotion" asp-route-id="@promotion.Id" data-turbo-frame="modal">Edit</a>