Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nigel Kukard
wiaflos
Commits
49ac9148
Commit
49ac9148
authored
Feb 10, 2020
by
Nigel Kukard
Browse files
Sort GL account listing
parent
2846ae05
Pipeline
#5239
passed with stages
in 3 minutes and 46 seconds
Changes
1
Pipelines
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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