mirror of
https://github.com/hargata/lubelog.git
synced 2025-12-10 00:46:08 -06:00
removed unused row class.
This commit is contained in:
parent
0035bc09dd
commit
f1b82ad0d3
@ -155,7 +155,7 @@
|
||||
<tbody>
|
||||
@foreach (SupplyUsageHistory usageHistory in genericRecord.RequisitionHistory)
|
||||
{
|
||||
<tr class="d-flex supply-row">
|
||||
<tr class="d-flex">
|
||||
<td class="col-2 text-truncate">@usageHistory.PartNumber</td>
|
||||
<td class="col-6 text-truncate">@usageHistory.Description</td>
|
||||
<td class="col-2">@usageHistory.Quantity.ToString("F")</td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user