Bugzilla – Attachment 70431 Details for
Bug 19953
Add column for invoice in acquisition details tab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19953: Record page: acquisition details: add column for invoice
Bug-19953-Record-page-acquisition-details-add-colu.patch (text/plain), 2.03 KB, created by
Victor Grousset/tuxayo
on 2018-01-11 16:34:39 UTC
(
hide
)
Description:
Bug 19953: Record page: acquisition details: add column for invoice
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2018-01-11 16:34:39 UTC
Size:
2.03 KB
patch
obsolete
>From 95ee2715edd95cde0b0be6f5f62c16580a666c16 Mon Sep 17 00:00:00 2001 >From: Victor Grousset <victor.grousset@biblibre.com> >Date: Fri, 5 Jan 2018 15:03:38 +0100 >Subject: [PATCH] Bug 19953: Record page: acquisition details: add column for > invoice >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Test plan: >1. create a vendor with minimal info >2. create a basket with minimal info >3. add a item to the basket >4. close the basket >5. receive a shipment >6. on the "receipt summary" click on "receive" for the wanted item (it > should be the only one) >7. items â receive? â tick this checkbox >8. save >9. click on "finish receiving" >10. Go to the record â Acquisition details >11. Apply this patch >12. Refresh the page >13. You should see the new column >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 7b4d0bb..68c3295 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -686,6 +686,7 @@ > <thead> > <tr> > <th>Vendor</th> >+ <th>Invoice</th> > <th>Basket group</th> > <th>Basket</th> > <th>Order number</th> >@@ -706,6 +707,13 @@ > [% END %] > </td> > <td> >+ [% IF (order.invoiceid) %] >+ <a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% order.invoiceid %]" >+ title="Invoice detail page"> >+ [% order.invoicenumber %]</a> >+ [% END %] >+ </td> >+ <td> > [% IF (order.basketgroupid) %] > [% IF CAN_user_acquisition_group_manage %] > <a href="/cgi-bin/koha/acqui/basketgroup.pl?op=add&booksellerid=[% order.id %]&basketgroupid=[% order.basketgroupid %]">[% order.groupname %] ([% order.basketgroupid %])</a> >-- >2.7.4
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 19953
:
70427
|
70431
|
72676
|
73515
|
73593