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