https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33419
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #17 from Katrin Fischer <[email protected]> --- Hi Laura, 2 small problems: 1) UNIMARC is missing the change for holdingbranch. +++ b/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.yml @@ -849,7 +849,7 @@ tables: liblibrarian: "Home library" libopac: "Home library" repeatable: 0 - mandatory: 0 + mandatory: 1 kohafield: items.homebranch tab: 10 authorised_value: branches 2) Patch was not authored by you :) From 56de1c94a44702135407c30d318c896b50fd1fcb Mon Sep 17 00:00:00 2001 From: John Doe <[email protected]> Date: Tue, 2 May 2023 18:35:23 +0000 Subject: [PATCH] Bug 33419: Make home library and current library mandatory by default Have a look at git commit --amend --reset-author (when you have fixed the config) or git commit --amend --author if you just want to rewrite the line. -- 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/
