[Koha-bugs] [Bug 28608] Creating a biblio record leads to item creation even if framework has no items field

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 21 19:59:38 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28608

Hakam Almotlak <hakam.almotlak at inLibro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #122230|0                           |1
        is obsolete|                            |

--- Comment #4 from Hakam Almotlak <hakam.almotlak at inLibro.com> ---
Created attachment 122255
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122255&action=edit
Bug 28608: Creating a biblio record must not lead to item creation when
framework has no items field

Some framework for biblio records have no items field (952 in MARC21, 995 in
UNIMARC). Records can not have items for example a serial article.

In this case creating a record should not lead to item creation.

This patch adds a condition next to items edition permission to have
only one save button when framework has no items field.

1) Create a biblio framework without items field (952 in MARC21, 995 in
UNIMARC)
2) Create a biblio record with this framework
3) Click on "Save"
=> Without patch you see items creation page (with no inputs in form)
=> With patch you see record details page

Signed-off-by: hakam <hakam at inlibro.com>

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


More information about the Koha-bugs mailing list