Bugzilla – Attachment 133592 Details for
Bug 30587
Incorrect translations in some templates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30587: Fix acqui/supplier.tt translate issues
Bug-30587-Fix-acquisuppliertt-translate-issues.patch (text/plain), 1.30 KB, created by
Tomás Cohen Arazi (tcohen)
on 2022-04-21 16:51:44 UTC
(
hide
)
Description:
Bug 30587: Fix acqui/supplier.tt translate issues
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-04-21 16:51:44 UTC
Size:
1.30 KB
patch
obsolete
>From 0301484dc9f7cc6d6589f107a6b33c4feba645f6 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 21 Apr 2022 13:48:47 -0300 >Subject: [PATCH] Bug 30587: Fix acqui/supplier.tt translate issues > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >index d15842a45e5..a5c5ebefa01 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >@@ -297,7 +297,7 @@ > <input type="hidden" name="tax_rate" value="0" /> > [% END %] > <li><label for="discount">Discount: </label> >- <input type="text" size="6" id="discount" name="discount" value="[% discount | format ("%.1f") %]" />%</li> >+ <input type="text" size="6" id="discount" name="discount" value="[% discount | format ('%.1f') %]" />%</li> > <li> > <label for="deliverytime">Delivery time: </label> > <input type="text" size="2" id="deliverytime" name="deliverytime" value="[% deliverytime | html %]" /> days >-- >2.34.1
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 30587
:
133591
|
133592
|
133770
|
133771
|
133784
|
133785