From bugzilla-daemon@bugs.koha-community.org Wed Mar 19 16:42:01 2025 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 13870] Add warnings about subscriptions and orders when deleting items Date: Wed, 19 Mar 2025 15:42:00 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0963214128489695222==" --===============0963214128489695222== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D13870 --- Comment #15 from Fridolin Somers --- Oupsy, tag a is not closed : + + [% IF linked_order.ordernumber %] + [% linked_order.ordernumber | html %] + [% ELSE %] + None + [% END %] + + + [% IF linked_subscription %] + Subscription details + [% ELSE %] + None + [% END %] + Should be Also use None to ease translation --=20 You are receiving this mail because: You are watching all bug changes. --===============0963214128489695222==--