We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb28c48 commit 08834f6Copy full SHA for 08834f6
1 file changed
src/Apps/W1/Shopify/App/src/Invoicing/Codeunits/ShpfyPostedInvoiceExport.Codeunit.al
@@ -319,7 +319,7 @@ codeunit 30362 "Shpfy Posted Invoice Export"
319
TempOrderLine."Gift Card" := false;
320
TempOrderLine.Taxable := false;
321
TempOrderLine."Unit Price" := SalesInvoiceLine."Unit Price";
322
- TempOrderLine.Weight := SalesInvoiceLine."Net Weight";
+ TempOrderLine.Weight := SalesInvoiceLine."Gross Weight";
323
TempOrderHeader."Discount Amount" += SalesInvoiceLine."Line Discount Amount";
324
TempOrderHeader.Modify(false);
325
0 commit comments