Lines 157-166
Link Here
|
157 |
<script> |
157 |
<script> |
158 |
var MSG_REMOVE_PATRON = _("Remove"); |
158 |
var MSG_REMOVE_PATRON = _("Remove"); |
159 |
$(document).ready(function() { |
159 |
$(document).ready(function() { |
160 |
var columns_settings = [% TablesSettings.GetColumns( 'acqui', 'histsearch', 'histsearcht', 'json' ) | $raw %]; |
160 |
var table_settings = [% TablesSettings.GetTableSettings( 'acqui', 'histsearch', 'histsearcht', 'json' ) | $raw %]; |
161 |
KohaTable("histsearcht", { |
161 |
KohaTable("histsearcht", { |
162 |
"sPaginationType": "full" |
162 |
"sPaginationType": "full" |
163 |
}, columns_settings ); |
163 |
}, table_settings ); |
164 |
|
164 |
|
165 |
patron_autocomplete({ |
165 |
patron_autocomplete({ |
166 |
patron_container: $("#basket_creators"), |
166 |
patron_container: $("#basket_creators"), |
167 |
- |
|
|