From: Bill Erickson Date: Mon, 30 Jun 2014 20:22:08 +0000 (-0400) Subject: items out grid improvements X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0296ef5d1a8dbdc7ee68158f7d6671fe4d7b6584;p=working%2FEvergreen.git items out grid improvements Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 index 9fbd09b752..b8d00e9771 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 @@ -3,24 +3,29 @@ - - + + {{item.target_copy().barcode()}} - - - - - + + + + + {{item.target_copy().call_number().record().simple_record().title()}} + + + + + diff --git a/Open-ILS/web/js/ui/default/staff/circ/patron/checkout.js b/Open-ILS/web/js/ui/default/staff/circ/patron/checkout.js index 5be1d4b075..89e211f659 100644 --- a/Open-ILS/web/js/ui/default/staff/circ/patron/checkout.js +++ b/Open-ILS/web/js/ui/default/staff/circ/patron/checkout.js @@ -17,6 +17,7 @@ function($scope , $q , $modal , $routeParams , egCore , egUser , patronSvc , noncat_type : 'barcode', due_date : new Date() }; + $scope.gridDataProvider = egGridDataProvider.instance({ get : function(offset, count) { return this.arrayNotifier($scope.checkouts, offset, count);