Skip to content

Commit

Permalink
2nd run clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
finnpedersenkazes committed Jan 2, 2024
1 parent eac5fe3 commit 09cfb96
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions App/MakeOrdersBatch.Report.al
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ report 50142 "Make Orders Batch"
{
SaveValues = true;

actions { }

}

labels { }
Expand Down
2 changes: 0 additions & 2 deletions App/NextPeriodeCalcBatch.Report.al
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ report 50140 "Next Periode Calc Batch"
{
SaveValues = true;

actions { }

}

labels { }
Expand Down
2 changes: 0 additions & 2 deletions App/QtyToShipCalcBatch.Report.al
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ report 50141 "Qty To Ship Calc Batch"
{
SaveValues = true;

actions { }

}

labels { }
Expand Down
1 change: 0 additions & 1 deletion App/SubSalesOrderLines.Page.al
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,4 @@ page 50140 "Sub. Sales Order Lines"
}
}
}

}
2 changes: 0 additions & 2 deletions App/SubscriptionManagement.Codeunit.al
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09cfb96

Please sign in to comment.