2

Hello,


We have extended Sales Invoice Line Types with our own kinds. Now the xmlport 1610 "Sales Invoice - PEPPOL BIS 3.0" does not add unit of measure code by default in line 1507 textattribute(unitCode). This UnitCode is set by procedure

GetLineUnitCodeInfo in codeunit "PEPPOL Management".

In PEPPOLManagement.Codeunit.al codeunit 1605 "PEPPOL Management" we would like to have a event in GetLineUnitCodeInfo

at the end to be able to set the UnitCode variable externally.


just renaming procedure OnAfterGetLinePriceInfo and moving line 1035/1036     OnAfterGetLinePriceInfo(

     SalesLine, SalesHeader, InvoiceLinePriceAmount, BaseQuantity, UnitCode);


to the end of procedure GetLineUnitCodeInfo probably would be sufficient (somewhere between line 885 and 886)


Many thanks to anyone spending time on this and a solution would be very helpful

Category: Sales
STATUS DETAILS
New