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

Evergreen Git git at git.evergreen-ils.org
Wed Jul 19 11:33:17 EDT 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  f430c423482c51e5392118379d4a8b55b494d9b9 (commit)
       via  f04e795180df6d4bca740dcc68711a762cbea94b (commit)
      from  b923c88f558adfa579b6dda6b8bd0c0b9ca98c4a (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 f430c423482c51e5392118379d4a8b55b494d9b9
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Wed Jul 19 11:41:15 2017 -0400

    LP#1700773: move release notes entry to client section
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/circ_modifier_staff.adoc b/docs/RELEASE_NOTES_NEXT/Client/circ_modifier_staff.adoc
similarity index 100%
rename from docs/RELEASE_NOTES_NEXT/OPAC/circ_modifier_staff.adoc
rename to docs/RELEASE_NOTES_NEXT/Client/circ_modifier_staff.adoc

commit f04e795180df6d4bca740dcc68711a762cbea94b
Author: Jason Boyer <jboyer at library.in.gov>
Date:   Mon Jul 17 10:48:02 2017 -0400

    LP1700773: Add Circ Mod to Staff TPAC
    
    Add the Circ Modifier to the Record Detail page
    in the staff opac so users don't have to go back
    and forth between Holdings Maintenance as often.
    
    Signed-off-by: Jason Boyer <jboyer at library.in.gov>
    Signed-off-by: Josh Stompro <stomproj at larl.org>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm
index bcfc81b..790425e 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm
@@ -2046,7 +2046,7 @@ sub basic_opac_copy_query {
     return {
         select => {
             acp => ['id', 'barcode', 'circ_lib', 'create_date', 'active_date',
-                    'age_protect', 'holdable', 'copy_number'],
+                    'age_protect', 'holdable', 'copy_number', 'circ_modifier'],
             acpl => [
                 {column => 'name', alias => 'copy_location'},
                 {column => 'holdable', alias => 'location_holdable'},
diff --git a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2
index ec8dda4..3205b0e 100644
--- a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2
+++ b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2
@@ -45,6 +45,7 @@ IF has_copies;
             <th scope='col'>[% l("Barcode") %]</th>
             <th scope='col'>[% l("Shelving Location") %]</th>
             [%- IF ctx.is_staff %]
+            <th scope='col'>[% l("Circulation Modifier") %]</th>
             <th scope='col'>[% l("Age Hold Protection") %]</th>
             <th scope='col'>[% l("Active/Create Date") %]</th>
             [%- END %]
@@ -138,6 +139,7 @@ END; # FOREACH bib
             </td>
             <td property="availableAtOrFrom">[%- INCLUDE "opac/parts/location_name_link.tt2"; -%]</td>
             [%- IF ctx.is_staff %]
+            <td>[% copy_info.circ_modifier | html %]</td>
             <td>
                 [% copy_info.age_protect ?
                     ctx.get_crahp(copy_info.age_protect).name : l('None') | html %]
diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/circ_modifier_staff.adoc b/docs/RELEASE_NOTES_NEXT/OPAC/circ_modifier_staff.adoc
new file mode 100644
index 0000000..9eb2284
--- /dev/null
+++ b/docs/RELEASE_NOTES_NEXT/OPAC/circ_modifier_staff.adoc
@@ -0,0 +1,6 @@
+Add Circ Modifier to Record Detail Page in Staff TPAC
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+The circ_modifier field is added to the copy table to make
+more information available to staff without having to open
+the Holdings Maintenance view.
+

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

Summary of changes:
 .../perlmods/lib/OpenILS/Application/AppUtils.pm   |    2 +-
 .../src/templates/opac/parts/record/copy_table.tt2 |    2 ++
 .../Client/circ_modifier_staff.adoc                |    6 ++++++
 3 files changed, 9 insertions(+), 1 deletions(-)
 create mode 100644 docs/RELEASE_NOTES_NEXT/Client/circ_modifier_staff.adoc


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list