Bugzilla – Attachment 84887 Details for
Bug 21427
Format prices on ordered/spent lists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21427: (QA follow-up) Fix for tabs
Bug-21427-QA-follow-up-Fix-for-tabs.patch (text/plain), 2.81 KB, created by
Martin Renvoize (ashimema)
on 2019-02-08 16:55:41 UTC
(
hide
)
Description:
Bug 21427: (QA follow-up) Fix for tabs
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-02-08 16:55:41 UTC
Size:
2.81 KB
patch
obsolete
>From 4185ce7e8ef3e05a506edf59ce04522d54242b64 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 8 Feb 2019 16:54:37 +0000 >Subject: [PATCH] Bug 21427: (QA follow-up) Fix for tabs > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../prog/en/modules/acqui/ordered.tt | 42 +++++++++---------- > 1 file changed, 21 insertions(+), 21 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt >index fc25300c11..c7f24a5c6c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt >@@ -28,48 +28,48 @@ > <thead> > <tr> > <th class="anti-the"> Title </th> >- <th> Order </th> >- <th> Vendor </th> >+ <th> Order </th> >+ <th> Vendor </th> > <th> Item type </th> > <th> Left on order </th> >- <th> Estimated cost per unit </th> >+ <th> Estimated cost per unit </th> > <th class="title-string"> Date ordered </th> >- <th> Subtotal </th> >+ <th> Subtotal </th> > </tr> > </thead> > <tbody> > [% FOREACH order IN ordered %] > <tr> >- <td class="cell"> >+ <td class="cell"> > <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% order.biblionumber | uri %]"> >- [% order.title | html %] >+ [% order.title | html %] > </a> >- </td> >- <td class="cell"> >+ </td> >+ <td class="cell"> > [% IF ( CAN_user_acquisition_order_manage ) %] > <a href="/cgi-bin/koha/acqui/neworderempty.pl?ordernumber=[% order.ordernumber | uri %]&booksellerid=[% order.booksellerid | uri %]&basketno=[% order.basketno | uri %]">[% order.ordernumber | html %]</a> > [% ELSE %] > [% order.ordernumber | html %] > [% END %] >- </td> >- <td class="cell"> >+ </td> >+ <td class="cell"> > <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% order.booksellerid | uri %]">[% order.vendorname | html %]</a> >- </td> >- <td class="cell"> >+ </td> >+ <td class="cell"> > [% ItemTypes.GetDescription( order.itype ) | html %] >- </td> >- <td class="cell"> >- [% order.left | html %] >- </td> >+ </td> >+ <td class="cell"> >+ [% order.left | html %] >+ </td> > <td class="data cell"> > [% order.ecost_tax_included | $Price %] >- </td> >+ </td> > <td class="cell"> > <span title="[% order.entrydate | html %]">[% order.entrydate | $KohaDates %]</span> >- </td> >+ </td> > <td class="data cell"> >- [% order.subtotal | $Price %] >- </td> >+ [% order.subtotal | $Price %] >+ </td> > </tr> > [% END %] > </tbody> >@@ -91,7 +91,7 @@ > <td> </td> > <td> </td> > <td> </td> >- <td> </td> >+ <td> </td> > <td class="data"> > [% total | $Price %] > </td> >-- >2.20.1
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 21427
:
79485
|
83831
|
84168
|
84886
| 84887