Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wiaflos
wiaflos
Commits
49ac9148
Commit
49ac9148
authored
Feb 10, 2020
by
Nigel Kukard
Browse files
Sort GL account listing
parent
2846ae05
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiaflos/server/core/GL.pm
View file @
49ac9148
# General ledger functions
# Copyright (C) 2009-20
14
, AllWorldIT
# Copyright (C) 2009-20
20
, AllWorldIT
# Copyright (C) 2008, LinuxRulz
# Copyright (C) 2006-2007 Nigel Kukard <nkukard@lbsd.net>
#
...
...
@@ -541,6 +541,9 @@ sub getGLAccounts
DBFreeRes
(
$sth
);
# Sort account listing
@accounts
=
sort
{
$a
->
{'
Number
'}
cmp
$b
->
{'
Number
'}
}
@accounts
;
return
\
@accounts
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment