@@ -, +, @@ for OPAC Template process failed: undef error - The method default is not covered by tests! at /home/vagrant/kohaclone/C4/Templates.pm line 121. --- koha-tmpl/opac-tmpl/bootstrap/en/includes/av-build-dropbox.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/av-build-dropbox.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/av-build-dropbox.inc @@ -8,7 +8,7 @@ size: the size to use for the input (generated if the authorised value category does not exist). %] -[% SET avs = AuthorisedValues.GetAuthValueDropbox( category, default ) %] +[% SET avs = AuthorisedValues.GetAuthValueDropbox( category ) %] [% DEFAULT class = '' size = 20 @@ -17,10 +17,10 @@ [% IF avs %] --