Skip to content

Commit 1890ef5

Browse files
author
Tuan Nguyen
committed
Sorted usings and variables
1 parent 3792c47 commit 1890ef5

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
namespace Microsoft.DemoData.Analytics;
77

8-
using Microsoft.Purchases.Document;
8+
using Microsoft.DemoData.Bank;
99
using Microsoft.DemoData.CRM;
10-
using Microsoft.DemoTool.Helpers;
1110
using Microsoft.DemoData.Foundation;
12-
using Microsoft.DemoTool;
1311
using Microsoft.DemoData.Inventory;
14-
using Microsoft.DemoData.Bank;
1512
using Microsoft.DemoData.Purchases;
13+
using Microsoft.DemoTool;
14+
using Microsoft.DemoTool.Helpers;
15+
using Microsoft.Purchases.Document;
1616

1717
codeunit 5688 "Create Extended Purch Document"
1818
{
@@ -24,13 +24,13 @@ codeunit 5688 "Create Extended Purch Document"
2424
ContosoCoffeeDemoDataSetup: Record "Contoso Coffee Demo Data Setup";
2525
PurchaseHeader: Record "Purchase Header";
2626
ContosoPurchase: Codeunit "Contoso Purchase";
27-
CreateVendor: Codeunit "Create Vendor";
2827
ContosoUtilities: Codeunit "Contoso Utilities";
29-
CreatePaymentTerms: Codeunit "Create Payment Terms";
3028
CreateItem: Codeunit "Create Item";
3129
CreatePaymentMethod: Codeunit "Create Payment Method";
32-
CreatePurchaser: Codeunit "Create Salesperson/Purchaser";
30+
CreatePaymentTerms: Codeunit "Create Payment Terms";
3331
CreateReturnReason: Codeunit "Create Return Reason";
32+
CreatePurchaser: Codeunit "Create Salesperson/Purchaser";
33+
CreateVendor: Codeunit "Create Vendor";
3434
DocumentDate: Date;
3535
StartingDate: Date;
3636
begin

0 commit comments

Comments
 (0)