https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33300
--- Comment #5 from David Nind <[email protected]> --- Testing notes using KTD (take 2): 1. Searched system preferences installer file (installer/data/mysql/mandatory/sysprefs.sql)for AutomaticWrongTransfer and AutomaticConfirmTransfer - only AutomaticWrongTransfer is in the file. 2. In the staff interface > Administration > System preferences, search for AutomaticWrongTransfer and AutomaticConfirmTransfer - only AutomaticConfirmTransfer is found. 3. Search the database for the two system preferences - only AutomaticWrongTransfer is found - SQL queries: . select * from systempreferences where variable = "AutomaticWrongTransfer"; . select * from systempreferences where variable = "AutomaticConfirmTransfer"; 4. Edit the system preference AutomaticConfirmTransfer in the staff interface - change "Don't" to "Do". 5. Search the database again as in step 3 - both system preferences now exist found. 6. Apply the patch. 7. Run reset_all 8. Note that: . When searching installer/data/mysql/mandatory/sysprefs.sql (as per step 1), only AutomaticConfirmTransfer is now found. . When searching the database (as per step 3), only AutomaticConfirmTransfer is now found. . If you change AutomaticConfirmTransfer in the staff interface (as per step 2 and 3), the value is updated for AutomaticConfirmTransfer. -- 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/
