Bug 19641: (follow-up) Update circulation.tt too
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 15 Feb 2018 18:20:16 +0000 (15:20 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 15 Feb 2018 18:21:15 +0000 (15:21 -0300)
Fix bad merge conflict with bug 18403

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt

index b266338..92489bf 100644 (file)
@@ -1009,7 +1009,7 @@ No patron matched <span class="ex">[% message | html %]</span>
         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' ) %]