From 039b004b8e7e7b9b89ef7ae95e115f1f5841d5b9 Mon Sep 17 00:00:00 2001 From: Jennifer Sutton Date: Thu, 25 Jul 2024 22:39:51 +0000 Subject: [PATCH] Bug 8855: Make receipt page link to invoice page To test: Go to the receipts page of an order. Observe that the invoice number is a clickable link to the corresponding invoice. Signed-off-by: Chris Cormack Works well and passed the qa tests Signed-off-by: David Nind Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt index cb960e13c1..e9f4f5fc7a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -112,7 +112,7 @@ [% UNLESS no_orders_to_display %]
-

Invoice number: [% invoice | html %] Shipment date: [% shipmentdate | $KohaDates %]

+

Invoice number: [% invoice | html %] Shipment date: [% shipmentdate | $KohaDates %]

[% UNLESS (invoiceclosedate) %]