Bug 12395: Make received orders table consistent with pending orders table
authorAlex Arnaud <alex.arnaud@biblibre.com>
Tue, 16 Jun 2015 08:05:16 +0000 (10:05 +0200)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 6 Jul 2018 14:01:48 +0000 (14:01 +0000)
(links of More column)

Also change "Created by" with "Ordered by" in receive page.

Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt

index 087f682..48b3943 100644 (file)
        </select></li>
        <li><label>&nbsp;</label><span>(Current: [% budget_period_description %] - [% bookfund %])</span></li>
        <li>
-        <label for="creator">Created by: </label>
+        <label for="creator">Ordered by: </label>
         <span>
           [% IF creator and (creator.firstname or creator.surname) %]
             [% creator.firstname %]
index f6bbf9e..37a35af 100644 (file)
           <th>Order line</th>
           <th title="Item holds / Total holds">Holds</th>
           <th>Summary</th>
-          <th>View record</th>
+          <th>More</th>
           <th>Quantity</th>
           <th>Fund</th>
           <th>Est cost</th>
                     (<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% order.suggestionid %]&amp;op=show">suggestion #[% order.suggestionid %]</a>)
                 [% END %]
                 </td>
-                <td><a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% order.biblionumber %]" class="previewData">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;id=[% order.biblionumber %]" class="previewData">Card</a></td>
+                <td>
+                  <a href="/cgi-bin/koha/acqui/showorder.pl?ordernumber=[% order.ordernumber %]" class="previewData">Order</a><br>
+                  <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% order.biblionumber %]" class="previewData">MARC</a><br>
+                  <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;id=[% order.biblionumber %]" class="previewData">Card</a>
+                </td>
                 <td>[% order.quantityreceived %]</td>
                 <td>[% order.budget.budget_name %]</td>
                 <td>[% order.ecost | $Price %]</td>