Bugzilla – Attachment 99116 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.39 KB, created by
Jonathan Druart
on 2020-02-17 16:21:53 UTC
(
hide
)
Description:
Bug 23596: (follow-up) Add missing use statement and set correct variable name
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-02-17 16:21:53 UTC
Size:
1.39 KB
patch
obsolete
>From 11f60126c14f3effcdbd3626db7e813ebae6ef83 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 > >--- > 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 d84fc45a35..461e224ea4 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