Bugzilla – Attachment 169625 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.35 KB, created by
Chris Cormack
on 2024-07-25 23:15:00 UTC
(
hide
)
Description:
Bug 8855: Make receipt page link to invoice page
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2024-07-25 23:15:00 UTC
Size:
1.35 KB
patch
obsolete
>From 8c1bf76e79706eb30a42bc93399cefc79bda14bf 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 >--- > 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 e230833e77a..dc93d2437c6 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