[Koha-bugs] [Bug 33419] Make home library and holding library in items mandatory by default

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 3 00:09:33 CEST 2023


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #17 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
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 <you at example.com>
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.


More information about the Koha-bugs mailing list