Bugzilla – Attachment 108186 Details for
Bug 23695
Items holdingbranch should be set to the originating library when generating a manual transfer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23695: (QA follow-up) Fix Copy/Paste
Bug-23695-QA-follow-up-Fix-CopyPaste.patch (text/plain), 1.64 KB, created by
Martin Renvoize (ashimema)
on 2020-08-13 13:45:11 UTC
(
hide
)
Description:
Bug 23695: (QA follow-up) Fix Copy/Paste
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-08-13 13:45:11 UTC
Size:
1.64 KB
patch
obsolete
>From 0012950be6ade09f3da2d5ae30fc4acc0bb7e795 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 13 Aug 2020 14:40:52 +0100 >Subject: [PATCH] Bug 23695: (QA follow-up) Fix Copy/Paste > >The value remained as 'tobranchcd' and needed to be updated to >'frombranchcd' to allow reservered transfers to be correctly set. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >index b640cf07db..322417d075 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >@@ -72,7 +72,7 @@ > <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" /> > <input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" /> > <input type="hidden" name="tobranchcd" value="[% tobranchcd | html %]" /> >- <input type="hidden" name="frombranchcd" value="[% tobranchcd | html %]" /> >+ <input type="hidden" name="frombranchcd" value="[% frombranchcd | html %]" /> > <input type="hidden" name="barcode" value="[% barcode | html %]" /> > <input type="hidden" name="request" value="KillReserved" /> > <input type="submit" value="Cancel" /> >-- >2.20.1
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 23695
:
93231
|
98942
|
99955
|
99956
|
100567
|
100568
|
101441
|
101442
|
101443
|
107463
|
107464
|
107465
|
108183
|
108184
|
108185
| 108186 |
108273
|
108495
|
111391
|
111394