Skip to content

Commit

Permalink
Fix saving headings of headings
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Dec 10, 2023
1 parent 585bc82 commit 5146368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/LedgerSMB/Scripts/account.pm
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ sub save {
my ($ref) = $request->call_procedure(
funcname => 'account_heading_save',
args => [
$request->@{qw(id accno description heading)}
$request->@{qw(id accno description parent)}
]);
$request->{id} = $ref->{account_heading_save};
}
Expand Down

0 comments on commit 5146368

Please sign in to comment.