Bugzilla – Attachment 166758 Details for
Bug 36620
Broken order management for suggestions with quantity
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36620: (QA follow-up) Add missing filters
Bug-36620-QA-follow-up-Add-missing-filters.patch (text/plain), 1.57 KB, created by
Martin Renvoize (ashimema)
on 2024-05-15 08:44:58 UTC
(
hide
)
Description:
Bug 36620: (QA follow-up) Add missing filters
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-05-15 08:44:58 UTC
Size:
1.57 KB
patch
obsolete
>From 96c7740e86851e7e4c5d29acc19da3c3e78c35c7 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 15 May 2024 09:40:24 +0100 >Subject: [PATCH] Bug 36620: (QA follow-up) Add missing filters > >--- > .../intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 56434434ad8..3bcff1a3e37 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >@@ -563,7 +563,7 @@ > [% ELSE %] > <input type="text" readonly="readonly" size="20" id="quantity" name="quantity" value="[% quantityrec | html %]" /> > [% IF quantitysugg %] >- (suggested: [% quantitysugg %]) >+ (suggested: [% quantitysugg | html %]) > [% END %] > [% END %] > [% ELSE %] >@@ -572,7 +572,7 @@ > [% ELSE %] > <input type="text" size="20" id="quantity" name="quantity" value="[% quantityrec | html %]" onchange="updateCosts();" /> > [% IF quantitysugg %] >- (suggested: [% quantitysugg %]) >+ (suggested: [% quantitysugg | html %]) > [% END %] > [% END %] > [% END %] >-- >2.45.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 36620
:
165004
|
165032
|
166757
| 166758 |
166759