Bugzilla – Attachment 59226 Details for
Bug 17771
Add link to bibliographic record on spent/ordered lists in acquisitions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17771 [QA Followup] - Tidy table html
Bug-17771-QA-Followup---Tidy-table-html.patch (text/plain), 4.01 KB, created by
Kyle M Hall (khall)
on 2017-01-19 11:48:21 UTC
(
hide
)
Description:
Bug 17771 [QA Followup] - Tidy table html
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2017-01-19 11:48:21 UTC
Size:
4.01 KB
patch
obsolete
>From 33717f705d9cd516b6711b772ad808940968f81a Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 19 Jan 2017 11:48:55 +0000 >Subject: [PATCH] Bug 17771 [QA Followup] - Tidy table html > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/modules/acqui/spent.tt | 98 +++++++++++----------- > 1 file changed, 49 insertions(+), 49 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt >index d47e5f3..0b1bdc6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt >@@ -34,59 +34,59 @@ > <h1>Fund: [% fund_code %]</h1> > <h2>Spent</h2> > >- > <table id="spent"> > <thead> >- <tr> >- <th class="anti-the"> Title </th> >- <th> Order </th> >- <th> Vendor </th> >- <th> Invoice </th> >- <th> Item type </th> >- <th> Received </th> >- <th> Unit price </th> >- <th class="title-string"> Date ordered </th> >- <th class="title-string"> Date received </th> >- <th> Subtotal </th> >- </tr> >+ <tr> >+ <th class="anti-the">Title</th> >+ <th>Order</th> >+ <th>Vendor</th> >+ <th>Invoice</th> >+ <th>Item type</th> >+ <th>Received</th> >+ <th>Unit price</th> >+ <th class="title-string">Date ordered</th> >+ <th class="title-string">Date received</th> >+ <th>Subtotal</th> >+ </tr> > </thead> > >-[% FOREACH order IN spent %] >- <tr> >- <td class="cell"> >- <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% order.biblionumber %]"> >- [% order.title %] >- </a> >- </td> >- <td class="cell"> >- [% order.ordernumber %] >- </td> >- <td class="cell"> >- <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% order.booksellerid %]">[% order.booksellerid %]</a> >- </td> >- <td class="cell"> >- <a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% order.invoiceid %]">[% order.invoicenumber %]</a> >- </td> >- <td class="cell"> >- [% ItemTypes.GetDescription( order.itype ) %] >- </td> >- <td class="cell"> >- [% order.quantityreceived %] >- </td> >- <td class="cell"> >- [% order.unitprice %] >- </td> >- <td class="cell"> >- <span title="[% order.entrydate %]">[% order.entrydate | $KohaDates %]</span> >- </td> >- <td class="cell"> >- <span title="[% order.datereceived %]">[% order.datereceived | $KohaDates %]</span> >- </td> >- <td class="data cell"> >- [% order.rowtotal %] >- </td> >- </tr> >-[% END %] >+ [% FOREACH order IN spent %] >+ <tr> >+ <td class="cell"> >+ <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% order.biblionumber %]"> >+ [% order.title %] >+ </a> >+ </td> >+ <td class="cell"> >+ [% order.ordernumber %] >+ </td> >+ <td class="cell"> >+ <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% order.booksellerid %]">[% order.booksellerid %]</a> >+ </td> >+ <td class="cell"> >+ <a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% order.invoiceid %]">[% order.invoicenumber %]</a> >+ </td> >+ <td class="cell"> >+ [% ItemTypes.GetDescription( order.itype ) %] >+ </td> >+ <td class="cell"> >+ [% order.quantityreceived %] >+ </td> >+ <td class="cell"> >+ [% order.unitprice %] >+ </td> >+ <td class="cell"> >+ <span title="[% order.entrydate %]">[% order.entrydate | $KohaDates %]</span> >+ </td> >+ <td class="cell"> >+ <span title="[% order.datereceived %]">[% order.datereceived | $KohaDates %]</span> >+ </td> >+ <td class="data cell"> >+ [% order.rowtotal %] >+ </td> >+ </tr> >+ [% END %] >+ > <tfoot> > [% IF shipmentcosts.size %] > <tr valign="top"> >-- >2.1.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 17771
:
59114
|
59116
|
59128
|
59223
|
59224
|
59225
|
59226
|
59227
|
59228
|
59229
|
59230