[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. f4279e31bff0928c8c02caa87a9f53afbdfa3aa6
Evergreen Git
git at git.evergreen-ils.org
Mon Feb 13 12:05:19 EST 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_10 has been updated
via f4279e31bff0928c8c02caa87a9f53afbdfa3aa6 (commit)
from a3fb7b87eedee3a3bebd8addae20d1d51879f2fd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f4279e31bff0928c8c02caa87a9f53afbdfa3aa6
Author: Kyle Huckins <khuckins at catalystdevworks.com>
Date: Tue Oct 4 13:24:54 2016 -0700
LP#1528911 Billing Type Alphabetical
Add an orderBy expression to the options in the
billing type selection box.
Signed-off-by: Kyle Huckins <khuckins at catalystdevworks.com>
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
diff --git a/Open-ILS/src/templates/staff/circ/share/t_bill_patron_dialog.tt2 b/Open-ILS/src/templates/staff/circ/share/t_bill_patron_dialog.tt2
index b946b8c..9594f54 100644
--- a/Open-ILS/src/templates/staff/circ/share/t_bill_patron_dialog.tt2
+++ b/Open-ILS/src/templates/staff/circ/share/t_bill_patron_dialog.tt2
@@ -61,7 +61,7 @@
<div class="col-md-8">
<select ng-model="billArgs.billingType" class="form-control"
ng-change="updateDefaultPrice()">
- <option ng-repeat="type in billingTypes" value="{{type.id()}}">
+ <option ng-repeat="type in billingTypes | orderBy:'name()'" value="{{type.id()}}">
{{type.name()}}
</option>
</select>
-----------------------------------------------------------------------
Summary of changes:
.../staff/circ/share/t_bill_patron_dialog.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list