Skip to content

Commit e7b5230

Browse files
author
Tuan Nguyen
committed
Updated G/L account used to acquire fixed assets in DK
1 parent 9e69bb1 commit e7b5230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Apps/DK/ContosoCoffeeDemoDatasetDK/app/DemoData/FixedAsset/1. SetupData/CreateFADepreciationBookDK.Codeunit.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ codeunit 13742 "Create FA Depreciation Book DK"
3636
var
3737
CreateGLAccDK: Codeunit "Create GL Acc. DK";
3838
begin
39-
GLAccountNo := CreateGLAccDK.Cashflowfunds();
39+
GLAccountNo := CreateGLAccDK.Bank();
4040
end;
4141
}

0 commit comments

Comments
 (0)