Bugzilla – Attachment 159952 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.42 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-12-18 11:46:10 UTC
(
hide
)
Description:
Bug 35523: Fix doubled up quotes in cash register title
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-12-18 11:46:10 UTC
Size:
1.42 KB
patch
obsolete
>From c90f1958d9707366f008c2c088f316fa5028550b 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> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > 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 c2b117cf0a7..dc1d49acf19 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.43.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 35523
:
159695
|
159707
| 159952