@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -1009,7 +1009,7 @@ No patron matched [% message | html %] var CATCODE_MULTI = "[% CATCODE_MULTI %]"; var catcode = "[% catcode %]"; var destination = "[% destination %]"; - var CAN_user_borrowers = "[% CAN_user_borrowers %]"; + var CAN_user_borrowers_edit_borrowers = "[% CAN_user_borrowers_edit_borrowers %]"; columns_settings = [% ColumnsSettings.GetColumns( 'circ', 'circulation', 'issues-table', 'json' ) %] --