[Koha-bugs] [Bug 15030] Certain values in serials' items are lost on next edit

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 28 14:48:14 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15030

--- Comment #4 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 43601
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=43601
Bug 15030 - Certain values in serials' items are lost on next edit

Review of attachment 43601:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15030&attachment=43601)
-----------------------------------------------------------------

::: C4/Items.pm
@@ +2944,4 @@
>                  if (   $tagslib->{$tag}->{$subfield}->{kohafield} eq 'items.itemcallnumber'
>                      && $defaultvalues
>                      && $defaultvalues->{'callnumber'} ) {
> +                    if( $itemrecord and $defaultvalues and not $itemrecord->subfield($tag,$subfield) ){

YIKES! Nice find.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list