@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/in-house_use.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/in-house_use.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/in-house_use.tt @@ -1,5 +1,6 @@ [% USE KohaBranchName %] [% USE KohaDates %] +[% USE AuthorisedValues %] [% INCLUDE 'doc-head-open.inc' %] Koha › Circulation › In-house use [% INCLUDE 'doc-head-close.inc' %] @@ -63,7 +64,7 @@ $(document).ready(function(){ [% item.barcode %] [% item.branchcode | $KohaBranchName%] - [% item.location %] + [% AuthorisedValues.GetByCode( 'LOC', item.location )%] [% END %] --