Skip to content

Commit 14c1fc1

Browse files
author
Tuan Nguyen
committed
Removed used variables (CodeCop AA0137)
1 parent 4996825 commit 14c1fc1

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Apps/W1/ContosoCoffeeDemoDataset/app/DemoData/Analytics/3.Transactions/CreateExtendedPurchDocument.Codeunit.al

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ codeunit 5688 "Create Extended Purch Document"
2828
CreatePaymentTerms: Codeunit "Create Payment Terms";
2929
CreateItem: Codeunit "Create Item";
3030
CreatePaymentMethod: Codeunit "Create Payment Method";
31-
CreateLocation: Codeunit "Create Location";
3231
DocumentDate: Date;
3332
StartingDate: Date;
3433
begin

Apps/W1/ContosoCoffeeDemoDataset/app/DemoData/Analytics/3.Transactions/CreateExtendedSalesDocument.Codeunit.al

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ codeunit 5692 "Create Extended Sales Document"
3333
ContosoUtilities: Codeunit "Contoso Utilities";
3434
CreatePaymentTerms: Codeunit "Create Payment Terms";
3535
CreateItem: Codeunit "Create Item";
36-
CreatePaymentMethod: Codeunit "Create Payment Method";
3736
FirstDayOfTheMonth: Date;
3837
LastDayOfTheMonth: Date;
3938
begin
@@ -241,7 +240,6 @@ codeunit 5692 "Create Extended Sales Document"
241240
ContosoUtilities: Codeunit "Contoso Utilities";
242241
CreatePaymentTerms: Codeunit "Create Payment Terms";
243242
CreateItem: Codeunit "Create Item";
244-
CreatePaymentMethod: Codeunit "Create Payment Method";
245243
CreateSalesDocument: Codeunit "Create Sales Document";
246244
begin
247245

0 commit comments

Comments
 (0)