[Koha-patches] [PATCH] Fixing pickup branch dropdown on request.pl, you can now change pickup branch

Brendan Gallagher info at bywatersolutions.com
Thu May 20 07:59:16 CEST 2010


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 <chrisc at 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 at 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
info at bywatersolutions.com


See us at ALA : BOOTH # 817
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/koha-patches/attachments/20100519/28e78467/attachment-0002.htm>


More information about the Koha-patches mailing list