Bugzilla – Attachment 169632 Details for
Bug 8855
Link from receipt to invoice
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8855: Make receipt page link to invoice page
Bug-8855-Make-receipt-page-link-to-invoice-page.patch (text/plain), 1.40 KB, created by
David Nind
on 2024-07-25 23:55:31 UTC
(
hide
)
Description:
Bug 8855: Make receipt page link to invoice page
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-07-25 23:55:31 UTC
Size:
1.40 KB
patch
obsolete
>From 77af18efdd4a653050f3433f591780b1934fe416 Mon Sep 17 00:00:00 2001 >From: Jennifer Sutton <jennifersutton@catalyst.net.nz> >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 <chris@bigballofwax.co.nz> > >Works well and passed the qa tests > >Signed-off-by: David Nind <david@davidnind.com> >--- > 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 e230833e77..dc93d2437c 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 %] > <div id="acqui_receive_summary"> >-<p><strong>Invoice number:</strong> [% invoice | html %] <strong>Shipment date:</strong> [% shipmentdate | $KohaDates %]</p> >+<p><strong>Invoice number:</strong> <a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% invoiceid | uri %]">[% invoice | html %]</a> <strong>Shipment date:</strong> [% shipmentdate | $KohaDates %]</p> > </div> > [% UNLESS (invoiceclosedate) %] > <div id="acqui_receive_search" class="page-section"> >-- >2.39.2
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 8855
:
169620
|
169625
| 169632