This commit is contained in:
Loretta 2025-11-07 05:56:55 +01:00
commit 79e5092bfb
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ public class MeasurementService : MeasurementServiceBase<Logger>, IMeasurementSe
foreach (var shippingItem in shippingDocument.ShippingItems)
{
shippingItem.NameOnDocument = shippingItem.Name;
if (shippingItem.ProductId != null && productDtosById.TryGetValue(shippingItem.ProductId.Value, out var productDto))
{
shippingItem.Name = productDto.Name;