http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4526

This looks like it fixes this Bug.

-Brendan

On Wed, May 19, 2010 at 3:31 PM, Chris Cormack <chr...@catalyst.net.nz>wrote:

> ---
>  .../prog/en/modules/reserve/request.tmpl           |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl
> b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl
> index af29dae..0f06ec8 100644
> --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl
> +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl
> @@ -641,9 +641,9 @@ function checkMultiHold() {
>           <select name="pickup">
>       <!-- TMPL_LOOP Name="branchloop" -->
>         <!-- TMPL_IF Name="selected" -->
> -            <option value="<!-- TMPL_VAR NAME="branch" -->"
> selected="selected">
> +            <option value="<!-- TMPL_VAR NAME="value" -->"
> selected="selected">
>         <!-- TMPL_ELSE -->
> -            <option value="<!-- TMPL_VAR NAME="branch" -->">
> +            <option value="<!-- TMPL_VAR NAME="value" -->">
>         <!-- /TMPL_IF -->
>               <!-- TMPL_VAR NAME="branchname" -->
>             </option>
> --
> 1.6.3.3
>
> _______________________________________________
> Koha-patches mailing list
> Koha-patches@lists.koha.org
> http://lists.koha.org/mailman/listinfo/koha-patches
>



-- 
---------------------------------------------------------------------------------------------------------------
Brendan A. Gallagher
ByWater Solutions
CEO
Support and Consulting for Open Source Software
Installation, Data Migration, Training, Customization, Hosting
and Complete Support Packages
Headquarters: Santa Barbara, CA - Office: West Haven, CT
Phone # (888) 900-8944
http://bywatersolutions.com
i...@bywatersolutions.com


See us at ALA : BOOTH # 817
_______________________________________________
Koha-patches mailing list
Koha-patches@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to