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
wiaflos
wiaflos
Commits
055a04e2
Commit
055a04e2
authored
Feb 10, 2020
by
Nigel Kukard
Browse files
Merge branch 'nkupdates' into 'master'
Sort GL account listing See merge request
!54
parents
02dc15b2
49ac9148
Pipeline
#5240
passed with stages
in 3 minutes and 38 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
wiaflos/server/core/GL.pm
View file @
055a04e2
# 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
.
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