Bugzilla – Attachment 128374 Details for
Bug 29671
Dropbox mode is unchecked after check in confirm on item with Materials specified
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Suggested patch
patch_dopboxmode_unchecked.patch (text/plain), 1.15 KB, created by
Christophe TORIN
on 2021-12-09 13:52:54 UTC
(
hide
)
Description:
Suggested patch
Filename:
MIME Type:
Creator:
Christophe TORIN
Created:
2021-12-09 13:52:54 UTC
Size:
1.15 KB
patch
obsolete
>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 c119c2708e..1cecd8953f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -367,6 +367,7 @@ > <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off"> > <input type="hidden" name="barcode" value="[% item.barcode | html %]" /> > <input type="hidden" name="multiple_confirm" value="1" /> >+ <input type="hidden" name="dropboxmode" value="[% dropboxmode | html %]" /> > [% FOREACH inputloo IN inputloop %] > <input type="hidden" name="ri-[% inputloo.counter | html %]" value="[% inputloo.barcode | html %]" /> > <input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" />
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 29671
:
128374
|
140964
|
140974
|
140986
|
141110