https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42553 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |andrew@bywatersolutions.com --- Comment #3 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- (In reply to David Nind from comment #2)
I get the first part of step 1, but not sure about the second part:
and seeding INSERT INTO systempreferences with type='Free'.
The first part was less clear to me than the INSERT part :) I ran: INSERT INTO systempreferences (variable,value,type) VALUES ('TestSortableAV','','Free'); My syspref successfully saves which values I've selected, but does not save any re-ordering of the options. If I pull "Cash via SIP2" to the top of the list the page registers that the syspref has been modified and will allow me to save it, but when I reload the page the original order is restored. systempreferences.value only includes the codes of the selected payment_types, nothing about order. An additional weirdness, when I save changes to my syspref I get multiple lines in the confirmation message, one for each authorised value: Saved preference TestSortableAV_CASH Saved preference TestSortableAV_SIP00 etc -- You are receiving this mail because: You are watching all bug changes.