[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. ea7de510338bd4c880ee41b9b5ab1ca3102f354f

Evergreen Git git at git.evergreen-ils.org
Fri Sep 21 17:19:06 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_0 has been updated
       via  ea7de510338bd4c880ee41b9b5ab1ca3102f354f (commit)
      from  d2d255ccde1704a4e0e1ff02a2888ba836322d67 (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 ea7de510338bd4c880ee41b9b5ab1ca3102f354f
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