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

Evergreen Git git at git.evergreen-ils.org
Fri Sep 21 17:18:32 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  0bfc17c3bf881650dfd38cce260690b4e0157abe (commit)
      from  6f03a3a1ad0a6dbba67ca29c7d57a504a1d32c12 (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 0bfc17c3bf881650dfd38cce260690b4e0157abe
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