Bugzilla – Attachment 81100 Details for
Bug 21346
Clean up dialogs in returns.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21346: Restore values needed for buttons
Bug-21346-Restore-values-needed-for-buttons.patch (text/plain), 1.82 KB, created by
Christopher Brannon
on 2018-10-24 22:44:23 UTC
(
hide
)
Description:
Bug 21346: Restore values needed for buttons
Filename:
MIME Type:
Creator:
Christopher Brannon
Created:
2018-10-24 22:44:23 UTC
Size:
1.82 KB
patch
obsolete
>From fa34d95fdf4d796f644bd9602f687ea6e39bb1da Mon Sep 17 00:00:00 2001 >From: Christopher Brannon <cbrannon@cdalibrary.org> >Date: Wed, 24 Oct 2018 22:42:04 +0000 >Subject: [PATCH] Bug 21346: Restore values needed for buttons > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 6 ++++++ > 1 file changed, 6 insertions(+) > >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 c92db3ade6..9a134e0252 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -188,9 +188,15 @@ > > </div> > <div class="modal-footer"> >+ <input type="hidden" name="WT-itemNumber" value="[% WrongTransferItem | html %]" /> >+ <input type="hidden" name="WT-waitingAt" value="[% TransferWaitingAt | html %]" /> >+ <input type="hidden" name="WT-From" value="[% wtransfertFrom | html %]" /> > <button type="submit" class="btn btn-default approve" data-dismiss="modal"> > <i class="fa fa-check"></i> Confirm > </button> >+ <input type="hidden" name="print_slip" value="0" /> >+ <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" /> >+ <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" /> > <button type="button" class="openWin btn btn-default print" data-url="transfer-slip.pl?transferitem=[% itemnumber | html %]&branchcode=[% returnbranch | html %]&op=slip" onclick="this.form.submit();"><i class="fa fa-print"></i> Print slip and confirm > > </button> >-- >2.11.0
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 21346
:
78724
|
78726
|
78902
|
78915
|
78916
|
78942
|
78943
|
79685
|
79686
|
80879
|
81100
|
81836
|
81853
|
81921
|
81924
|
82049
|
82189
|
82190
|
82191
|
82192
|
82891
|
87625
|
87626
|
87627
|
87628
|
87894
|
87895
|
87896
|
87898