LP#1528919: Alphabetise non-catalogued item types
[evergreen-equinox.git] / Open-ILS / src / templates / staff / circ / patron / t_checkout.tt2
index 8618419..ab12816 100644 (file)
@@ -18,7 +18,7 @@
             </li>
             <li class="divider"></li>
             <li>
-              <a href ng-repeat='type in nonCatTypes'
+              <a href ng-repeat="type in nonCatTypes | orderBy:'name()'"
                ng-click="checkoutArgs.noncat_type=type.id()">{{type.name()}}</a>
             </li>
           </ul>