Bugzilla – Attachment 73515 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.25 KB, created by
Victor Grousset/tuxayo
on 2018-03-31 22:42:47 UTC
(
hide
)
Description:
Bug 19953: Record page: acquisition details: add column for invoice
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2018-03-31 22:42:47 UTC
Size:
2.25 KB
patch
obsolete
>From fbf7616ed0cab74aa974633db56f6f2e936e183c 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 > >Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 12 ++++++++++++ > 1 file changed, 12 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 d3b12b4..9b1eb1a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -684,6 +684,7 @@ > <thead> > <tr> > <th>Vendor</th> >+ <th>Invoice</th> > <th>Basket group</th> > <th>Basket</th> > <th>Order number</th> >@@ -702,6 +703,17 @@ > [% END %] > </td> > <td> >+ [% IF (order.invoiceid) %] >+ [% IF CAN_user_acquisition %] >+ <a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% order.invoiceid %]" >+ title="Invoice detail page"> >+ [% order.invoicenumber %]</a> >+ [% ELSE %] >+ [% order.invoicenumber %] >+ [% END %] >+ [% 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