Bugzilla – Attachment 159707 Details for
Bug 35523
Fix doubled up quotes in cash register deletion confirmation message
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35523: Fix doubled up quotes in cash register title
Bug-35523-Fix-doubled-up-quotes-in-cash-register-t.patch (text/plain), 1.36 KB, created by
David Nind
on 2023-12-11 09:35:41 UTC
(
hide
)
Description:
Bug 35523: Fix doubled up quotes in cash register title
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-12-11 09:35:41 UTC
Size:
1.36 KB
patch
obsolete
>From 3e6d188e3283b567c79fd90b155489cecba2f555 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 10 Dec 2023 13:21:29 +0000 >Subject: [PATCH] Bug 35523: Fix doubled up quotes in cash register title > >Updates ''{cash_register}'' to '{cash_register}' > >To test: >I believe this is not actually testable, as cash registers >can only be archived and not deleted? > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt >index c2b117cf0a..dc1d49acf1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt >@@ -13,7 +13,7 @@ > [% t("New cash register") | html %] > [% END %] › > [% ELSIF op == 'delete_confirm' %] >- [% tx("Confirm deletion of cash register ''{cash_register}''", { cash_register = cash_register.name }) | html %] › >+ [% tx("Confirm deletion of cash register '{cash_register}'", { cash_register = cash_register.name }) | html %] › > [% END %] > [% t("Cash registers") | html %] › > [% t("Administration") | html %] › >-- >2.30.2
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 35523
:
159695
|
159707
|
159952