From d6bdada36dd0dad4682a09869c21dd630c36ddea Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 20 Feb 2024 23:19:01 +0000 Subject: [PATCH] Bug 36140: Correct label for attribute invoice.tt To test: 1. Go to /cgi-bin/koha/acqui/invoice.pl?invoiceid=X where X is the invoice number. 2. Look at the Invoice number with your dev tools, the for attribute is wrong. ( shippingdate ) 3. Apply patch and look again, the attribute should correctly be invoicenumber. Alternatively, just look at the diff of this trivial change. :) Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer (cherry picked from commit 214fc675cf8f3d7962aa02c03ee9cfc6f18e7973) Signed-off-by: Fridolin Somers --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt index 267581e4c6..0e89ac55ec 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt @@ -65,10 +65,10 @@
  1. [% IF readonly %] - + [% invoicenumber | html %] [% ELSE %] - + Required [% END %] -- 2.39.5