[open-ils-commits] [GIT] Evergreen ILS branch master updated. db43488828988ff1a0b7a8b951b5c0675a6d19f0

Evergreen Git git at git.evergreen-ils.org
Mon Feb 13 12:04:29 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, master has been updated
       via  db43488828988ff1a0b7a8b951b5c0675a6d19f0 (commit)
      from  ecc4157c2bcb6855cc64d479d5237605a01ada92 (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 db43488828988ff1a0b7a8b951b5c0675a6d19f0
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