_Main/BL/Type_InterfaceDataset/StaticMethod_PushPlanInventoryData.qbl
@@ -21,7 +21,7 @@ cell := select( r, Cell, tempC, tempC.Column() = c ); if ( not isnull( cell ) ) { idsjson := JSON::Object().Add( "product", r.ProductID() ) idsjson := JSON::Object().Add( "product", r.Name() ) .Add( "inventoryDate", c.StartDate().Format( 'Y-M2-D2' ) ) .Add( "planningInventory", cell.PlanQuantity() ) .Add( "versionName", macroPlan.ScenarioName() )