We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d498091 commit f12c3e9Copy full SHA for f12c3e9
Apps/W1/HybridSL/app/src/Migration/Items/SLItemMigrator.Codeunit.al
@@ -91,7 +91,7 @@ codeunit 42026 "SL Item Migrator"
91
DataMigrationErrorLogging.SetLastRecordUnderProcessing(Format(SLInventory.RecordId));
92
ItemDataMigrationFacade.CreateUnitOfMeasureIfNeeded(SLInventory.StkUnit, SLInventory.StkUnit);
93
ItemDataMigrationFacade.CreateUnitOfMeasureIfNeeded(SLInventory.DfltPOUnit, SLInventory.DfltPOUnit);
94
- ItemDataMigrationFacade.SetUnitListPrice(SLInventory.StkBasePrc);
+ ItemDataMigrationFacade.SetUnitPrice(SLInventory.StkBasePrc);
95
if SLInventory.ValMthd <> 'T' then
96
ItemDataMigrationFacade.SetUnitCost(SLInventory.LastCost)
97
else
0 commit comments