Bugzilla – Attachment 25091 Details for
Bug 7683
statistic wizard: cataloging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11579: Show ordernumber in basket.pl tables
Bug-11579-Show-ordernumber-in-basketpl-tables.patch (text/plain), 3.66 KB, created by
Biblibre Sandboxes
on 2014-02-06 16:11:20 UTC
(
hide
)
Description:
Bug 11579: Show ordernumber in basket.pl tables
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2014-02-06 16:11:20 UTC
Size:
3.66 KB
patch
obsolete
>From ea588b293dc29562fff80f8431fad13b9c2c32fe Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 17 Jan 2014 11:46:02 +0100 >Subject: [PATCH] Bug 11579: Show ordernumber in basket.pl tables > >Test plan: >Verify the ordernumber is correctly displayed on the basket page >(acqui/basket.pl?basketno=X) > >Signed-off-by: silvere <silvere.hanguehard@enc.sorbonne.fr> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Fixed a tiny typo in the HTML: </th> > </td>. >Passes all tests and QA script. >Tested that the ordernumber is now displayed and table sorting >works for the smaller and more detailed table. > >Signed-off-by: Galen Charlton <gmc@esilibrary.com> > >Signed-off-by: Koha team AMU <koha.aixmarseille@gmail.com> > >http://bugs.koha-community.org/show_bug.cgi?id=7683 >--- > .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 13 ++++++++++++- > 1 files changed, 12 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >index da78b7b..e774a6e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -404,6 +404,7 @@ > <table id="orders"> > <thead> > <tr> >+ <th>No.</th> > <th>Order</th> > <th class="gste">RRP tax exc.</th> > <th class="gste">ecost tax exc.</th> >@@ -426,6 +427,7 @@ > <tfoot> > [% FOREACH foot_loo IN book_foot_loop %] > <tr> >+ <th></th> > <th>Total (GST [% foot_loo.gstgsti %])</th> > <th class="gste"> </th> > <th class="gste"> </th> >@@ -446,6 +448,7 @@ > </tr> > [% END %] > <tr> >+ <th></th> > <th>Total ([% currency %])</th> > <th class="gste"> </th> > <th class="gste"> </th> >@@ -469,7 +472,11 @@ > [% FOREACH books_loo IN books_loop %] > [% IF ( books_loo.order_received ) %]<tr class="disabled">[% ELSE %][% IF ( books_loo.toggle ) %]<tr class="highlight">[% ELSE %]<tr>[% END %][% END %] > <td> >- <p>[% IF ( books_loo.order_received ) %] (rcvd)[% END %] >+ [% books_loo.ordernumber %] >+ </td> >+ <td> >+ <p> >+ [% IF ( books_loo.order_received ) %] (rcvd)[% END %] > <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% books_loo.biblionumber %]">[% books_loo.title |html %]</a> by [% books_loo.author %] > <br /> > [% IF ( books_loo.isbn ) %] - [% books_loo.isbn %][% END %] >@@ -562,6 +569,7 @@ > <table id="cancelledorderst"> > <thead> > <tr> >+ <th>No.</th> > <th>Order</th> > <th class="gste">RRP tax exc.</th> > <th class="gste">ecost tax exc.</th> >@@ -579,6 +587,9 @@ > [% FOREACH order IN cancelledorders_loop %] > <tr style="color:grey"> > <td> >+ [% order.ordernumber %] >+ </td> >+ <td> > <p> > [% IF ( order.order_received ) %] (rcvd)[% END %] > [% IF (order.title) %] >-- >1.7.2.5
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 7683
:
12762
|
12785
|
12940
|
14399
|
14466
|
16327
|
16328
|
16329
|
16367
|
16775
|
20241
|
20242
|
20243
|
20244
|
20245
|
21357
|
21358
|
23683
|
23684
|
23685
|
23686
|
23687
|
23688
|
23689
|
23690
|
23691
|
25072
|
25073
|
25091
|
25092
|
25093
|
25094
|
25095
|
25096
|
25097
|
25098
|
25099
|
25100
|
26678
|
26679
|
26680
|
26681
|
26682
|
28466
|
28467
|
28468
|
28469
|
28470
|
36489
|
36490
|
36491
|
36492
|
36493
|
39129
|
39130
|
39131
|
39132
|
39133
|
41821
|
41829
|
44651
|
44652
|
44653
|
44654
|
44655
|
45238
|
45239
|
45240
|
45241
|
45242