Bugzilla – Attachment 159212 Details for
Bug 35391
In new order empty first item type is selected
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35391: In new order empty add empty value in item types select
Bug-35391-In-new-order-empty-add-empty-value-in-it.patch (text/plain), 1.08 KB, created by
Fridolin Somers
on 2023-11-23 19:20:46 UTC
(
hide
)
Description:
Bug 35391: In new order empty add empty value in item types select
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2023-11-23 19:20:46 UTC
Size:
1.08 KB
patch
obsolete
>From bfbda974262903021dc6daf4f6f6365f0d0b763c Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Thu, 23 Nov 2023 09:20:32 -1000 >Subject: [PATCH] Bug 35391: In new order empty add empty value in item types > select > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >index b256882583..ea05eb6495 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >@@ -449,6 +449,7 @@ > <li> > <span class="label">Item type:</span> > <select name="itemtype" style="width:12em;"> >+ <option value=""></option> > [% FOREACH itemtype IN itemtypeloop %] > <option value="[% itemtype.itemtype | html %]">[% itemtype.description | html %]</option> > [% END %] >-- >2.42.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 35391
: 159212