When creating batches of patron for patron cards you can browse for patrons to add to a batch. The pop-up window where you perform the search includes a browse-by-letter option like on the patrons home page. This should be updated to use the same system preference created by Bug 2832.
Created attachment 15896 [details] [review] Bug 9695 - Use alphabet system preference on page used to browse patrons for patron card batches When adding patrons to a batch for creating patron cards, the template shows alphabet links for browsing all patrons. This patch converts the hard-coded alphabet links to use the new alphabet system preference. To test, go to the patron card creator and create a new batch. Click "Add items" to pop up the window for browsing for patrons to add to the batch. You should see a working array of alphabet letters which link to patron search results.
Created attachment 16052 [details] [review] [SIGNED-OFF] Bug 9695 - Use alphabet system preference on page used to browse patrons for patron card batches When adding patrons to a batch for creating patron cards, the template shows alphabet links for browsing all patrons. This patch converts the hard-coded alphabet links to use the new alphabet system preference. To test, go to the patron card creator and create a new batch. Click "Add items" to pop up the window for browsing for patrons to add to the batch. You should see a working array of alphabet letters which link to patron search results. Signed-off-by: David Cook <dcook@prosentient.com.au> The patch adds consistency to the interface and works as described.
QA comment: No regression found with the default value of the syspref. The only change is the url param member passed with an uppercase instead of a lowercase. But the member search is case insensitive. Marked as Passed QA.
Created attachment 16060 [details] [review] Bug 9695 - Use alphabet system preference on page used to browse patrons for patron card batches When adding patrons to a batch for creating patron cards, the template shows alphabet links for browsing all patrons. This patch converts the hard-coded alphabet links to use the new alphabet system preference. To test, go to the patron card creator and create a new batch. Click "Add items" to pop up the window for browsing for patrons to add to the batch. You should see a working array of alphabet letters which link to patron search results. Signed-off-by: David Cook <dcook@prosentient.com.au> The patch adds consistency to the interface and works as described.
This patch has been pushed to master.
Pushed to 3.8.x and 3.10.x will be in 3.8.11 and 3.10.4