Opomba
This commit is contained in:
@@ -173,6 +173,9 @@
|
||||
<th class="py-1 text-right">
|
||||
@Model.Translation.Price
|
||||
</th>
|
||||
<th class="py-1 text-right">
|
||||
@Model.Translation.Discount
|
||||
</th>
|
||||
<th class="py-1 text-right">
|
||||
@Model.Translation.Amount
|
||||
</th>
|
||||
@@ -222,6 +225,7 @@
|
||||
|| Model.Invoice.Type == Models.Invoice.Invoice.InvoiceType.BuyersOrder)
|
||||
{
|
||||
<td class="text-right">@Html.DisplayFor(x => item.Price)</td>
|
||||
<td class="text-right">@Html.DisplayFor(x => item.Discount)%</td>
|
||||
<td class="text-right">@Html.DisplayFor(x => item.TotalValue)</td>
|
||||
}
|
||||
else if (Model.Invoice.Type == Models.Invoice.Invoice.InvoiceType.Order)
|
||||
|
||||
Reference in New Issue
Block a user