From bugzilla-daemon@bugs.koha-community.org Wed Sep 14 15:19:42 2022 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] New: Numbers on claims tab not showing in translated templates Date: Wed, 14 Sep 2022 13:19:41 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3902005980878124446==" --===============3902005980878124446== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563 Bug ID: 31563 Summary: Numbers on claims tab not showing in translated templates Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com When looking at the patron account details or checkouts tab in the staff interface, the tab Claims is missing the numbers in translated templates. Verified on master for German and Greek. I had filed bug 26561 about this a while ago, but the issue reappered and I don't see how to fix it in the po files. Also we have a second language where it's broken now. I wonder if it's the problem with 0 in templates showing here again. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. --===============3902005980878124446==-- From bugzilla-daemon@bugs.koha-community.org Wed Sep 14 15:20:29 2022 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Wed, 14 Sep 2022 13:20:28 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9109028671781454274==" --===============9109028671781454274== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563 --- Comment #1 from Katrin Fischer --- Created attachment 140631 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=140631&action=edit Screenshot of German interface -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. --===============9109028671781454274==-- From bugzilla-daemon@bugs.koha-community.org Fri Feb 10 00:21:54 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Thu, 09 Feb 2023 23:21:53 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3954623812772775708==" --===============3954623812772775708== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563 --- Comment #2 from Katrin Fischer --- This shows that the 0 are lost in the translation process: English:
  • Claims (0 0)
  • French:
  • Réclamations ()
  • -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. --===============3954623812772775708==-- From bugzilla-daemon@bugs.koha-community.org Fri Feb 10 00:22:11 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Thu, 09 Feb 2023 23:22:10 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7344718361963476996==" --===============7344718361963476996== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=30991 Assignee|koha-bugs@lists.koha-commun |katrin.fischer@bsz-bw.de |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. --===============7344718361963476996==-- From bugzilla-daemon@bugs.koha-community.org Fri Feb 10 00:33:48 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Thu, 09 Feb 2023 23:33:47 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8436411977063317748==" --===============8436411977063317748== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. --===============8436411977063317748==-- From bugzilla-daemon@bugs.koha-community.org Fri Feb 10 00:33:58 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Thu, 09 Feb 2023 23:33:50 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1593962842735417463==" --===============1593962842735417463== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563 --- Comment #3 from Katrin Fischer --- Created attachment 146462 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=146462&action=edit Bug 31563: Make zero claims show correctly for translations A tag that only contains 0 is turned into an empty tag by the translation scripts. This turns "Claims ( 0 0 )" into "Claims ( )" in translated templates. To test: * Install an additional language (fr-FR, es-ES) and activate it in the system preferences * Look at the checkouts and details tabs in any patron account in the staff interface * Verify the claims tab shows without the zeros as described above * Apply the patch * Update the translation so the templates are recreated with the change * Verify that the 0 0 now show correctly. -- You are receiving this mail because: You are watching all bug changes. --===============1593962842735417463==-- From bugzilla-daemon@bugs.koha-community.org Fri Feb 10 21:32:01 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Fri, 10 Feb 2023 20:32:00 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8891794382211597359==" --===============8891794382211597359== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose@inlibr | |o.com -- You are receiving this mail because: You are watching all bug changes. --===============8891794382211597359==-- From bugzilla-daemon@bugs.koha-community.org Fri Feb 10 21:39:22 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Fri, 10 Feb 2023 20:39:22 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4368829798255701010==" --===============4368829798255701010== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563 Caroline Cyr La Rose changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. --===============4368829798255701010==-- From bugzilla-daemon@bugs.koha-community.org Fri Feb 10 21:39:32 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Fri, 10 Feb 2023 20:39:24 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0617189450990764986==" --===============0617189450990764986== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D31563 Caroline Cyr La Rose changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #146462|0 |1 is obsolete| | --- Comment #4 from Caroline Cyr La Rose -= -- Created attachment 146518 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3D146518&action= =3Dedit Bug 31563: Make zero claims show correctly for translations A tag that only contains 0 is turned into an empty tag by the translation scripts. This turns "Claims ( 0 0 )" into "Claims ( )" in translated templates. To test: * Install an additional language (fr-FR, es-ES) and activate it in the system preferences * Look at the checkouts and details tabs in any patron account in the staff interface * Verify the claims tab shows without the zeros as described above * Apply the patch * Update the translation so the templates are recreated with the change * Verify that the 0 0 now show correctly. Signed-off-by: Caroline Cyr La Rose --=20 You are receiving this mail because: You are watching all bug changes. --===============0617189450990764986==-- From bugzilla-daemon@bugs.koha-community.org Fri Feb 10 21:42:07 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Fri, 10 Feb 2023 20:42:06 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4484976637164097871==" --===============4484976637164097871== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D31563 --- Comment #5 from Caroline Cyr La Rose -= -- Works perfectly, thanks Katrin! I hadn't noticed, but it goes as least as far as 22.05. --=20 You are receiving this mail because: You are watching all bug changes. --===============4484976637164097871==-- From bugzilla-daemon@bugs.koha-community.org Fri Feb 10 21:43:04 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Fri, 10 Feb 2023 20:43:03 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3389101290912101463==" --===============3389101290912101463== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563 --- Comment #6 from Katrin Fischer --- (In reply to Caroline Cyr La Rose from comment #5) > Works perfectly, thanks Katrin! > > I hadn't noticed, but it goes as least as far as 22.05. Thanks to you! -- You are receiving this mail because: You are watching all bug changes. --===============3389101290912101463==-- From bugzilla-daemon@bugs.koha-community.org Wed Feb 22 16:50:08 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Wed, 22 Feb 2023 15:50:07 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3336131387209014899==" --===============3336131387209014899== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. --===============3336131387209014899==-- From bugzilla-daemon@bugs.koha-community.org Wed Feb 22 16:50:18 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Wed, 22 Feb 2023 15:50:10 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8323222125907404499==" --===============8323222125907404499== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #146518|0 |1 is obsolete| | --- Comment #7 from Jonathan Druart --- Created attachment 147170 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=147170&action=edit Bug 31563: Make zero claims show correctly for translations A tag that only contains 0 is turned into an empty tag by the translation scripts. This turns "Claims ( 0 0 )" into "Claims ( )" in translated templates. To test: * Install an additional language (fr-FR, es-ES) and activate it in the system preferences * Look at the checkouts and details tabs in any patron account in the staff interface * Verify the claims tab shows without the zeros as described above * Apply the patch * Update the translation so the templates are recreated with the change * Verify that the 0 0 now show correctly. Signed-off-by: Caroline Cyr La Rose -- You are receiving this mail because: You are watching all bug changes. --===============8323222125907404499==-- From bugzilla-daemon@bugs.koha-community.org Wed Feb 22 16:50:28 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Wed, 22 Feb 2023 15:50:27 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0701527635230072424==" --===============0701527635230072424== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D31563 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha@gmail. | |com --- Comment #8 from Jonathan Druart --- That's definitely a bug in the translation script, but I am lazy to dig into = it now. --=20 You are receiving this mail because: You are watching all bug changes. --===============0701527635230072424==-- From bugzilla-daemon@bugs.koha-community.org Thu Feb 23 11:51:01 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Thu, 23 Feb 2023 10:50:58 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7232201559366182155==" --===============7232201559366182155== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #147170|0 |1 is obsolete| | --- Comment #9 from Jonathan Druart --- Created attachment 147223 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=147223&action=edit Bug 31563: Make zero claims show correctly for translations A tag that only contains 0 is turned into an empty tag by the translation scripts. This turns "Claims ( 0 0 )" into "Claims ( )" in translated templates. To test: * Install an additional language (fr-FR, es-ES) and activate it in the system preferences * Look at the checkouts and details tabs in any patron account in the staff interface * Verify the claims tab shows without the zeros as described above * Apply the patch * Update the translation so the templates are recreated with the change * Verify that the 0 0 now show correctly. Signed-off-by: Caroline Cyr La Rose Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. --===============7232201559366182155==-- From bugzilla-daemon@bugs.koha-community.org Fri Feb 24 20:56:52 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Fri, 24 Feb 2023 19:56:21 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6670461619188998497==" --===============6670461619188998497== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes. --===============6670461619188998497==-- From bugzilla-daemon@bugs.koha-community.org Fri Feb 24 20:57:02 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Fri, 24 Feb 2023 19:56:23 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1307629610160379138==" --===============1307629610160379138== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563 --- Comment #10 from Tomás Cohen Arazi --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. --===============1307629610160379138==-- From bugzilla-daemon@bugs.koha-community.org Fri Feb 24 22:46:30 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Fri, 24 Feb 2023 21:46:30 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0584929486090539176==" --===============0584929486090539176== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed --- Comment #11 from Katrin Fischer --- Looks like I broke jenkins. Providing a follow up for missing filters. -- You are receiving this mail because: You are watching all bug changes. --===============0584929486090539176==-- From bugzilla-daemon@bugs.koha-community.org Fri Feb 24 22:49:13 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Fri, 24 Feb 2023 21:49:12 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1205019534593086586==" --===============1205019534593086586== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563 --- Comment #12 from Katrin Fischer --- Created attachment 147409 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=147409&action=edit Bug 31563: (follow-up) Add missing TT filters -- You are receiving this mail because: You are watching all bug changes. --===============1205019534593086586==-- From bugzilla-daemon@bugs.koha-community.org Mon Feb 27 12:39:38 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Mon, 27 Feb 2023 11:39:37 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5096120759755623834==" --===============5096120759755623834== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|additional_work_needed | CC| |tomascohen@gmail.com --- Comment #13 from Tomás Cohen Arazi --- Follow-up pushed to master. I noticed this, but didn't know it would break the tests. It is obviously a false negative as we are setting the variable a couple lines above and doesn't need the filter. -- You are receiving this mail because: You are watching all bug changes. --===============5096120759755623834==-- From bugzilla-daemon@bugs.koha-community.org Tue Feb 28 08:56:32 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Tue, 28 Feb 2023 07:56:31 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1275314584097916813==" --===============1275314584097916813== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563 --- Comment #14 from Jonathan Druart --- (In reply to Tomás Cohen Arazi from comment #13) > Follow-up pushed to master. > > I noticed this, but didn't know it would break the tests. It is obviously a > false negative as we are setting the variable a couple lines above and > doesn't need the filter. All variables displayed must be filtered. There is no false negative here. -- You are receiving this mail because: You are watching all bug changes. --===============1275314584097916813==-- From bugzilla-daemon@bugs.koha-community.org Tue Feb 28 17:34:19 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Tue, 28 Feb 2023 16:34:18 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6232353041728828335==" --===============6232353041728828335== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.04 released in| | -- You are receiving this mail because: You are watching all bug changes. --===============6232353041728828335==-- From bugzilla-daemon@bugs.koha-community.org Tue Feb 28 17:34:29 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Tue, 28 Feb 2023 16:34:20 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7576569962674470247==" --===============7576569962674470247== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563 --- Comment #15 from Matt Blenkinsop --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. --===============7576569962674470247==-- From bugzilla-daemon@bugs.koha-community.org Tue Feb 28 19:00:57 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Tue, 28 Feb 2023 18:00:31 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1645979441682968618==" --===============1645979441682968618== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563 --- Comment #16 from Matt Blenkinsop --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. --===============1645979441682968618==-- From bugzilla-daemon@bugs.koha-community.org Tue Feb 28 19:02:28 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Tue, 28 Feb 2023 18:02:27 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2851454958615067587==" --===============2851454958615067587== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563 --- Comment #17 from Matt Blenkinsop --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. --===============2851454958615067587==-- From bugzilla-daemon@bugs.koha-community.org Wed Mar 8 14:25:58 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 31563] Numbers on claims tab not showing in translated templates Date: Wed, 08 Mar 2023 13:25:57 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4826168424494737668==" --===============4826168424494737668== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED Resolution|--- |FIXED CC| |lucas@bywatersolutions.com --- Comment #18 from Lucas Gass --- Doesn't apply clean in 22.05.x, no backport. If needed please rebase. -- You are receiving this mail because: You are watching all bug changes. --===============4826168424494737668==--