[#22] DeliveryConfirmation: Fix wrong border
This commit is contained in:
@ -79,9 +79,9 @@
|
|||||||
first = false;
|
first = false;
|
||||||
}
|
}
|
||||||
</tr>
|
</tr>
|
||||||
}
|
|
||||||
lastVariant = p.Variant;
|
lastVariant = p.Variant;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
<tr class="sum">
|
<tr class="sum">
|
||||||
<td colspan="8">Gesamt:</td>
|
<td colspan="8">Gesamt:</td>
|
||||||
<td colspan="2" class="weight">@($"{Model.Data.Rows.Sum(p => p.Weight):N0}")</td>
|
<td colspan="2" class="weight">@($"{Model.Data.Rows.Sum(p => p.Weight):N0}")</td>
|
||||||
|
Reference in New Issue
Block a user