This article applies to Microsoft Dynamics NAV for the following countries and language locales.
- French (Switzerland) (fr-ch)
- German (Switzerland) (de-ch)
- Italian (Switzerland) (it-ch)
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
View products that this article applies to.
...
PostedShipmentDate := 0D;
IF Quantity <> 0 THEN
PostedShipmentDate := FindPostedShipmentDate;
...
...
// Add the following lines.
IF Type = Type::"End-Total" THEN
"Line Amount" := 0;
// End of the added lines.
PostedShipmentDate := 0D;
IF Quantity <> 0 THEN
PostedShipmentDate := FindPostedShipmentDate;
...
...
IF ISSERVICETIER THEN BEGIN
NNC_TotalLineAmount += "Line Amount";
NNC_TotalAmountInclVat += "Amount Including VAT";
...
...
// Add the following lines.
IF Type = Type::"End-Total" THEN
"Line Amount" := 0;
// End of the added lines.
IF ISSERVICETIER THEN BEGIN
NNC_TotalLineAmount += "Line Amount";
NNC_TotalAmountInclVat += "Amount Including VAT";
...
Keywords: kbqfe, kbmbspartner, kbmbsmigrate, kbmbsquickpub, kbsurveynew, kbnoloc, kbmbscodefix, kb