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> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
93579b7622
commit
039b004b8e
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue