Elwig
Documents
DeliveryAncmtList.cshtmlDeliveryConfirmation.cshtmlDeliveryDepreciationList.cshtmlDeliveryJournal.cshtmlDeliveryNote.cshtml
Models
Dtos
Services
Windows
@ -326,7 +326,7 @@ namespace Elwig.Services {
|
||||
|
||||
var weight = await deliveryAncmts.SumAsync(p => p.Weight);
|
||||
text = $"{weight:N0} kg";
|
||||
AddToolTipRow(grid, 0, "Gewicht", null, weight, null, weight);
|
||||
AddToolTipRow(grid, 0, "Menge", null, weight, null, weight);
|
||||
|
||||
if (await deliveryAncmts.AnyAsync()) {
|
||||
var attrGroups = await deliveryAncmts
|
||||
|
Reference in New Issue
Block a user