https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28608
Hakam Almotlak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122230|0 |1 is obsolete| | --- Comment #4 from Hakam Almotlak <[email protected]> --- 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 <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
