Bugzilla – Attachment 2142 Details for
Bug 4526
Cannot change pickup location
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for the bug
0004-Fixing-pickup-branch-dropdown-on-request.pl-you-can-.patch (text/plain), 1.24 KB, created by
Chris Cormack
on 2010-05-20 08:48:00 UTC
(
hide
)
Description:
Fix for the bug
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2010-05-20 08:48:00 UTC
Size:
1.24 KB
patch
obsolete
>From 2aeaf5f7f8c5a29e4b26dda5b3dd6dd3df512c30 Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@catalyst.net.nz> >Date: Thu, 20 May 2010 10:16:56 +1200 >Subject: [PATCH] Fixing pickup branch dropdown on request.pl, you can now change pickup branch > >--- > .../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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 4526
: 2142