From 09cfb965be6fb9293848bc68dee846b0d73ddf9c Mon Sep 17 00:00:00 2001 From: Finn Pedersen Date: Tue, 2 Jan 2024 11:48:29 +0100 Subject: [PATCH] 2nd run clean up --- App/MakeOrdersBatch.Report.al | 2 -- App/NextPeriodeCalcBatch.Report.al | 2 -- App/QtyToShipCalcBatch.Report.al | 2 -- App/SubSalesOrderLines.Page.al | 1 - App/SubscriptionManagement.Codeunit.al | 2 -- 5 files changed, 9 deletions(-) diff --git a/App/MakeOrdersBatch.Report.al b/App/MakeOrdersBatch.Report.al index ba1708b..29ee670 100644 --- a/App/MakeOrdersBatch.Report.al +++ b/App/MakeOrdersBatch.Report.al @@ -48,8 +48,6 @@ report 50142 "Make Orders Batch" { SaveValues = true; - actions { } - } labels { } diff --git a/App/NextPeriodeCalcBatch.Report.al b/App/NextPeriodeCalcBatch.Report.al index 57e8fc6..1288515 100644 --- a/App/NextPeriodeCalcBatch.Report.al +++ b/App/NextPeriodeCalcBatch.Report.al @@ -47,8 +47,6 @@ report 50140 "Next Periode Calc Batch" { SaveValues = true; - actions { } - } labels { } diff --git a/App/QtyToShipCalcBatch.Report.al b/App/QtyToShipCalcBatch.Report.al index 0ec9068..23b1c04 100644 --- a/App/QtyToShipCalcBatch.Report.al +++ b/App/QtyToShipCalcBatch.Report.al @@ -47,8 +47,6 @@ report 50141 "Qty To Ship Calc Batch" { SaveValues = true; - actions { } - } labels { } diff --git a/App/SubSalesOrderLines.Page.al b/App/SubSalesOrderLines.Page.al index e52117d..fbf696d 100644 --- a/App/SubSalesOrderLines.Page.al +++ b/App/SubSalesOrderLines.Page.al @@ -97,5 +97,4 @@ page 50140 "Sub. Sales Order Lines" } } } - } diff --git a/App/SubscriptionManagement.Codeunit.al b/App/SubscriptionManagement.Codeunit.al index f2a6254..93988c7 100644 --- a/App/SubscriptionManagement.Codeunit.al +++ b/App/SubscriptionManagement.Codeunit.al @@ -5,8 +5,6 @@ using Microsoft.Inventory.Item; codeunit 50140 "Subscription Management" { - - [EventSubscriber(ObjectType::Table, Database::"Sales Line", 'OnAfterCopyFromItem', '', true, true)] local procedure SubscriptionOnAfterCopyFromItem(var SalesLine: Record "Sales Line"; Item: Record Item) begin