Bug 36619: Restore 'Columns' visibility on the patron search when placing a hold
Test plan: Go to /cgi-bin/koha/reserve/request.pl?biblionumber=117 Search for "d" Notice that with this patch applied the "Columns" button is back and that the "Configure" is working correctly Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> (cherry picked from commit76ebbb4b9b
) Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> (cherry picked from commitb485b949f4
) Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
parent
63c5e96c8b
commit
4260a97d6b
1 changed files with 1 additions and 1 deletions
|
@ -1729,7 +1729,7 @@
|
|||
</script>
|
||||
|
||||
<script>
|
||||
table_settings = [% TablesSettings.GetColumns( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %];
|
||||
table_settings = [% TablesSettings.GetTableSettings( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %];
|
||||
</script>
|
||||
|
||||
[% PROCESS patron_search_js table_id => 'table_borrowers', categories => categories, libraries => libraries, extended_attribute_types => attribute_type_codes, columns => columns, open_on_row_click => 1, on_click_url => '/cgi-bin/koha/reserve/request.pl?' _ url_biblio_params, redirect_if_one_result => 1, redirect_url => '/cgi-bin/koha/reserve/request.pl?' _ url_biblio_params, redirect_if_attribute_equal => 'cardnumber' %]
|
||||
|
|
Loading…
Reference in a new issue