Bugzilla – Attachment 90638 Details for
Bug 23120
Internal server error when checking in item to transfer and printing slip
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23120: Pass necessary inputs through when transferring item automatically
Bug-23120-Pass-necessary-inputs-through-when-trans.patch (text/plain), 1.68 KB, created by
Martin Renvoize (ashimema)
on 2019-06-17 07:36:15 UTC
(
hide
)
Description:
Bug 23120: Pass necessary inputs through when transferring item automatically
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-06-17 07:36:15 UTC
Size:
1.68 KB
patch
obsolete
>From 4bbb6c932ca6bc0c07faa7ad6ffed30b9ff47ab3 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 14 Jun 2019 12:02:25 +0000 >Subject: [PATCH] Bug 23120: Pass necessary inputs through when transferring > item automatically > >To test: > 1 - Find an item in you system > 2 - Have syspref AutomaticItemReturn = Do > 3 - Check in the item at a branch that is not its homebranch > 4 - Click 'Print slip' on the modal popup > 5 - Error! > 6 - Apply patch > 7 - Check the item in at its homebranch (to clear transfers) > 8 - Check it in at another branch again > 9 - Print slip >10 - Success! > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index 6277ed8123..b4824f2f01 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -389,10 +389,10 @@ > <p> > Transfer now? > </p> >+ [% END %] > <input type="hidden" name="tobranch" value="[% returnbranch | html %]" /> > <input type="hidden" name="transferitem" value="[% itemnumber | html %]" /> > <input type="hidden" name="barcode" value="0" /> >- [% END %] > </div> > <div class="modal-footer"> > [% IF !transfer %] >-- >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 23120
:
90597
|
90633
| 90638