force-app/main/default/classes/SetOlympusCalendarWorkDayBatch.cls
@@ -170,6 +170,6 @@ totalCount, totalCountDone, failedCount); be.send(); } Id execBTId = Database.executeBatch(new InventoryAutoGiveupBatch(), 200); Id execBTId = Database.executeBatch(new InventoryAutoGiveupBatch(true), 200); } }