Bug 15752: Automatically switch to patron when cardnumber is read during circulation
[koha.git] / installer / data / mysql / atomicupdate / Bug15752_CircAutoSwitchPatron.sql
1 INSERT INTO systempreferences (variable,value,options,explanation,type)
2 VALUES ('AutoSwitchPatron', '0', '', 'Auto switch to patron', 'YesNo');