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

Evergreen Git git at git.evergreen-ils.org
Fri Sep 21 17:18:09 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, master has been updated
       via  8cdf97e8c608d10d41287d5f32f500badad9e2a4 (commit)
      from  f6cea03d0d017e2a1581aacdba096286f4002aa4 (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 8cdf97e8c608d10d41287d5f32f500badad9e2a4
Author: Mike Rylander <mrylander at gmail.com>
Date:   Wed Sep 19 11:16:39 2018 -0400

    LP#1791335: Retain stat cats on item transfer
    
    For some reason, parts were protected during item transfer, but stat cats were
    not.  This commit protects them by fleshing stat cat entries in the outer
    item transfer method.
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>
    Signed-off-by: Bill Erickson <berickxx at gmail.com>

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Cat.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Cat.pm
index 95a748a..dd8c730 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Cat.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Cat.pm
@@ -858,7 +858,7 @@ sub transfer_copies_to_volume {
             { id => $copy_id , deleted => 'f' },
             {
                 flesh => 1,
-                flesh_fields => { acp => ['parts'] }
+                flesh_fields => { acp => ['parts', 'stat_cat_entries'] }
             }
         ])->[0];
         return OpenILS::Event->new('ASSET_COPY_NOT_FOUND') if !$copy;

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

Summary of changes:
 .../src/perlmods/lib/OpenILS/Application/Cat.pm    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list