@@ -, +, @@ -- test code, test description, email - test subject, test content Click Submit -- note that the Library column value is blank. -- note that the Library column value is (All Libraries). --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt @@ -444,7 +444,7 @@ $(document).ready(function() { - [% Branches.GetName( letter.branchcode ) %] + [% IF letter.branchcode %][% Branches.GetName( letter.branchcode ) %][% ELSE %](All libraries)[% END %] [% letter.module %] [% letter.code %] [% letter.name %] --