Add a "Checked Out From" column to the right of the "Checked Out On" column, on both the Patron Checkout screen and Patron details screen, which displays the HomeOrHoldingBranch branchname (either home or holding, depending), and have that column be sortable.
Created attachment 5480 [details] [review] [SIGNED-OFF] Enh 6887: Add 'checked out from' column to issued items display tables Adds "checked out from" column to the right of "checked out on" on both circ/circulation.pl and members/moremembers.pl. Columns are sortable with tablesort (though only on circ/circulation.pl if syspref enabled). The branch name is sourced from issues.branchcode. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Tablesorter columns need to be adjusted.
Created attachment 5482 [details] [review] [Signed Off] Enh 6887: Add 'checked out from' column to issued items display tables Adds "checked out from" column to the right of "checked out on" on both circ/circulation.pl and members/moremembers.pl. Columns are sortable with tablesort (though only on circ/circulation.pl if syspref enabled). The branch name is sourced from issues.branchcode. EDIT BY Owen Leonard: Adjusting table columns which are sorted by default to accommodate the new column. Things look good! Thanks! Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> Signed-off-by: Liz Rea <lrea@nekls.org>
Now that more eyes have had a chance to review this (thanks for catching the tablesorter error, Owen!), I feel more comfortable marking it as Passed QA.
Pushed, please test
Seems to be working. Closing.