X-Git-Url: http://git.rot13.org/?p=koha.git;a=blobdiff_plain;f=installer%2Fdata%2Fmysql%2Fsysprefs.sql;fp=installer%2Fdata%2Fmysql%2Fsysprefs.sql;h=72eead2e19592b9cce013ea1914dd60f51f2f759;hp=1d22efbfa2705eb4debb6e0181818ac02fd70829;hb=af4b6c8420bf719b2feb339815a8812e12c32bc1;hpb=de5d977c499144a39189692e957333620efc73eb diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql index 1d22efbfa2..72eead2e19 100644 --- a/installer/data/mysql/sysprefs.sql +++ b/installer/data/mysql/sysprefs.sql @@ -1,6 +1,6 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES ('AcqCreateItem','ordering','ordering|receiving|cataloguing','Define when the item is created : when ordering, when receiving, or in cataloguing module','Choice'), -('AcqItemStatusWhenReceived','0','','This syspref set a status for item when items are created when receiving (e.g. 995\$o=5)','Free'), +('AcqItemSetSubfieldsWhenReceived','0','','This syspref set a status for item when items are created when receiving (e.g. 995\$o=5)','Free'), ('AcqViewBaskets','user','user|branch|all','Define which baskets a user is allowed to view: his own only, any within his branch or all','Choice'), ('AcqWarnOnDuplicateInvoice','0','','Warn librarians when they try to create a duplicate invoice','YesNo'), ('AddPatronLists','categorycode','categorycode|category_type','Allow user to choose what list to pick up from when adding patrons','Choice'),