Bugzilla – Attachment 102835 Details for
Bug 23596
Add ability to modify the suggestions 'reason' field when receiving the item
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23596: (follow-up) Add missing use statement and set correct variable name
Bug-23596-follow-up-Add-missing-use-statement-and-.patch (text/plain), 1.44 KB, created by
Katrin Fischer
on 2020-04-13 13:39:25 UTC
(
hide
)
Description:
Bug 23596: (follow-up) Add missing use statement and set correct variable name
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-04-13 13:39:25 UTC
Size:
1.44 KB
patch
obsolete
>From aada0019d9e31540b47be280b5d389820e81af3f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 17 Feb 2020 17:21:03 +0100 >Subject: [PATCH] Bug 23596: (follow-up) Add missing use statement and set > correct variable name > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >index 9671bfe1d6..049ff6f9b5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -2,6 +2,7 @@ > [% USE Asset %] > [% USE KohaDates %] > [% USE Branches %] >+[% USE AuthorisedValues %] > [% USE Price %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >@@ -52,7 +53,7 @@ > [% IF suggestion.reason %] > <li> > <span class="label">Reason:</span> >- [% SET avs = AuthorisedValues.GetAuthValueDropbox( 'SUGGEST' ) %] >+ [% SET suggestion_reasons = AuthorisedValues.GetAuthValueDropbox( 'SUGGEST' ) %] > [% SET other_reason = 1 %] > <select class="select-reason" id="reason" name="reason"> > <option value=""> -- Choose a reason -- </option> >-- >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 23596
:
95231
|
95296
|
99030
|
99032
|
99033
|
99036
|
99037
|
99116
|
102802
|
102803
|
102834
| 102835