[Koha-bugs] [Bug 33300] Wrong system preference name AutomaticWrongTransfer

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 22 10:40:42 CET 2023


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

--- Comment #5 from David Nind <david at davidnind.com> ---
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.


More information about the Koha-bugs mailing list