[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. e7c504baacfa77b1527a9f5cc3295ff8b2ba70ed

Evergreen Git git at git.evergreen-ils.org
Fri May 25 15:20:38 EDT 2018


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_3_1 has been updated
       via  e7c504baacfa77b1527a9f5cc3295ff8b2ba70ed (commit)
      from  f2f6296b59aae24780b388de6c6486b8067e20ab (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 e7c504baacfa77b1527a9f5cc3295ff8b2ba70ed
Author: Bill Erickson <berickxx at gmail.com>
Date:   Mon May 21 14:22:32 2018 -0400

    LP#1721148: In-house use shows copy status
    
    Adds a Copy Status column to the In-House use checkout grid.
    
    Signed-off-by: Bill Erickson <berickxx at gmail.com>
    Signed-off-by: Geoff Sams <gsams at roanoketexas.com>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/staff/circ/in_house_use/index.tt2 b/Open-ILS/src/templates/staff/circ/in_house_use/index.tt2
index df39540..3af529e 100644
--- a/Open-ILS/src/templates/staff/circ/in_house_use/index.tt2
+++ b/Open-ILS/src/templates/staff/circ/in_house_use/index.tt2
@@ -80,6 +80,7 @@
   <eg-grid-field label="[% l('CN Suffix') %]" path="copy.call_number.suffix.label" visible></eg-grid-field>
   <eg-grid-field label="[% l('Location') %]"    path="copy.location.name" visible></eg-grid-field>
   <eg-grid-field label="[% l('Title') %]"       path="title" visible></eg-grid-field>
+  <eg-grid-field label="[% l('Copy Status') %]" path="copy.status.name" visible></eg-grid-field>
 </eg-grid>
 
 <div class="flex-row pad-vert">
diff --git a/Open-ILS/web/js/ui/default/staff/circ/in_house_use/app.js b/Open-ILS/web/js/ui/default/staff/circ/in_house_use/app.js
index 2dd2e51..6c65122 100644
--- a/Open-ILS/web/js/ui/default/staff/circ/in_house_use/app.js
+++ b/Open-ILS/web/js/ui/default/staff/circ/in_house_use/app.js
@@ -95,7 +95,7 @@ function($scope , egCore , egGridDataProvider , egConfirmDialog,
                 {barcode : args.barcode, deleted : 'f'},
                 {   flesh : 3, 
                     flesh_fields : {
-                        acp : ['call_number','location'],
+                        acp : ['call_number','location','status'],
                         acn : ['record', 'prefix', 'suffix'],
                         // We don't need to display a wide range of bib
                         // fields in this UI.  Fetch the flat display since

-----------------------------------------------------------------------

Summary of changes:
 .../templates/staff/circ/in_house_use/index.tt2    |    1 +
 .../js/ui/default/staff/circ/in_house_use/app.js   |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list