cannot_be_modified: 1
notices:
lettert:
default_sort_order: 3
columns:
-
columnname: library
var code = '[% code | html %]';
var new_lettercode = '[% new_lettercode | html %]';
var new_branchcode = '[% new_branchcode | html %]';
var columns_settings = [% TablesSettings.GetColumns( 'tools', 'notices', 'lettert', 'json' ) | $raw %];
var table_settings = [% TablesSettings.GetTableSettings( 'tools', 'notices', 'lettert', 'json' ) | $raw %];
</script>
[% Asset.js("js/letter.js") | $raw %]
[% END %]
/* Variables defined in letter.tt: */
/* global _ module add_form copy_form no_op_set code interface theme KohaTable columns_settings */
/* global _ module add_form copy_form no_op_set code interface theme KohaTable table_settings */
var modal_loading = "<div id=\"loading\"><img src=\"" + interface + "/" + theme + "/img/spinner-small.gif\" alt=\"\" /> "+ __('Loading...') +"</div>";
var ntable = KohaTable("lettert", {
"autoWidth": false,
"paging": false,
"aaSorting": [[ 3, "asc" ]],
}, table_settings);
}, columns_settings);
if( no_op_set ){
$('#branch').change(function() {