Bug 12395: Make received orders table consistent with pending orders table

(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>
This commit is contained in:
Alex Arnaud 2015-06-16 10:05:16 +02:00 committed by Nick Clemens
parent e1c9386bd8
commit 32fd93ed6f
2 changed files with 7 additions and 3 deletions

View file

@ -174,7 +174,7 @@
</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 %]

View file

@ -226,7 +226,7 @@
<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>
@ -313,7 +313,11 @@
(<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>