[open-ils-commits] [GIT] Evergreen ILS branch rel_2_11 updated. d66d29de0053908703eaafd6271e519a6f8540ac

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_11 has been updated
       via  d66d29de0053908703eaafd6271e519a6f8540ac (commit)
      from  4db888b8c32d44cfe474c8e0c520c405b137c16d (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 d66d29de0053908703eaafd6271e519a6f8540ac
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