Bug 18989: Add atomic update
Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
2a0be09d63
commit
f9a2be7ef7
1 changed files with 2 additions and 0 deletions
2
installer/data/mysql/atomicupdate/bug_18989.sql
Normal file
2
installer/data/mysql/atomicupdate/bug_18989.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
|
||||
('OpacHiddenItemsHidesRecord','0','','Hide biblio record when all its items are hidden because of OpacHiddenItems','YesNo');
|
Loading…
Reference in a new issue