Add ordernumber column in orders history table
authorLyon3 Team <koha@univ-lyon3.fr>
Thu, 5 Apr 2012 13:14:39 +0000 (15:14 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 7 May 2012 21:21:34 +0000 (23:21 +0200)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
There was a conflict (whitespace changes causing a conflict)

http://bugs.koha-community.org/show_bug.cgi?id=7903
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt

index 80eb827..79fcb70 100644 (file)
@@ -66,7 +66,8 @@
                        <tr>
                                <th>Basket</th>
                                <th>Basket group</th>
-                <th>Invoice number</th>
+                <th>Invoice Number</th>
+                <th>Order Number</th>
                                <th>Summary</th>
                                <th>Vendor</th>
                                <th>Placed on</th>
@@ -85,6 +86,7 @@
                                                &nbsp;
                                            [% END %]
                                        </td>
+                    <td>[% suggestions_loo.ordernumber %]</td>
                                        <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% suggestions_loo.biblionumber %]">[% suggestions_loo.title |html %]</a>
                         <br />[% suggestions_loo.author %] <br /> [% suggestions_loo.isbn %]</td>
                                        <td><a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% suggestions_loo.id %]">[% suggestions_loo.name %]</a></td>