Bugzilla – Attachment 119441 Details for
Bug 28064
Transits are not created at check in despite user responding 'Yes, print slip' to the prompt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28064: (follow-up) Do not re-trigger transfer if it already exists
Bug-28064-follow-up-Do-not-re-trigger-transfer-if-.patch (text/plain), 2.55 KB, created by
Victor Grousset/tuxayo
on 2021-04-12 01:33:40 UTC
(
hide
)
Description:
Bug 28064: (follow-up) Do not re-trigger transfer if it already exists
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2021-04-12 01:33:40 UTC
Size:
2.55 KB
patch
obsolete
>From fa04a039a357672b99aa041476b7fd7402a072c2 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 31 Mar 2021 13:20:36 +0100 >Subject: [PATCH] Bug 28064: (follow-up) Do not re-trigger transfer if it > already exists > >For some unknown reason the 'Print slip' button for when a transfer has >already been triggered also had the 'dotransfer' name attribute. It >won't have been getting passed to the form on submission due to the bug >with JS submissions and that this particular button was always a button >and not a submit in the past. However, it does need removing to prevent >the re-triggering now. > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > 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 9cf7cf83b5..a62740a07a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -598,7 +598,7 @@ > <button type="button" data-dismiss="modal" class="btn btn-default deny" name="notransfer" value="No"><i class="fa fa-times"></i> No</button> > [% ELSE %] > <button type="button" data-dismiss="modal" class="btn btn-default approve"><i class="fa fa-check"></i> OK</button> >- <button type="button" data-dismiss="modal" name="dotransfer" class="btn btn-default print openWin" data-url="transfer-slip.pl?transferitem=[% itemnumber | uri %]&branchcode=[% transfer | uri %]&op=slip"><i class="fa fa-print"></i> Print slip</button> >+ <button type="button" data-dismiss="modal" class="btn btn-default print openWin" data-url="transfer-slip.pl?transferitem=[% itemnumber | uri %]&branchcode=[% transfer | uri %]&op=slip"><i class="fa fa-print"></i> Print slip</button> > [% END %] > <input type="hidden" name="return_date_override" value="[% return_date_override | html %]" /> > <input type="hidden" name="return_date_override_remember" value="[% return_date_override_remember | html %]" /> >-- >2.31.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 28064
:
119044
|
119045
|
119055
|
119056
|
119440
|
119441
|
119585
|
119993