http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3164 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> 2009-05-02 19:08:35 --- Ryan, are you saying that if the template includes a hidden form field with the user's default branch the bug would be fixed? I tried this: <!-- TMPL_UNLESS NAME="singleBranchMode" --> ... normal branch select ... <!-- TMPL_ELSE --> <!-- TMPL_LOOP NAME="branchChoicesLoop" --> <!-- TMPL_IF name="selected" --><input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="value" -->" /><!-- /TMPL_IF --> <!-- /TMPL_LOOP --> <!-- /TMPL_UNLESS --> ...but I got the same error. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.