View | Details | Raw Unified | Return to bug 12395
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-1 / +1 lines)
Lines 282-288 Link Here
282
       </select></li>
282
       </select></li>
283
       <li><label>&nbsp;</label><span>(Current: [% budget_period_description %] - [% bookfund %])</span></li>
283
       <li><label>&nbsp;</label><span>(Current: [% budget_period_description %] - [% bookfund %])</span></li>
284
       <li>
284
       <li>
285
        <label for="creator">Created by: </label>
285
        <label for="creator">Ordered by: </label>
286
        <span>
286
        <span>
287
          [% IF creator and (creator.firstname or creator.surname) %]
287
          [% IF creator and (creator.firstname or creator.surname) %]
288
            [% creator.firstname %]
288
            [% creator.firstname %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-3 / +6 lines)
Lines 338-344 Link Here
338
          <th>Order line</th>
338
          <th>Order line</th>
339
          <th>Holds</th>
339
          <th>Holds</th>
340
          <th>Summary</th>
340
          <th>Summary</th>
341
          <th>View record</th>
341
          <th>More</th>
342
          <th>Quantity</th>
342
          <th>Quantity</th>
343
          <th>Fund</th>
343
          <th>Fund</th>
344
          <th>Est cost</th>
344
          <th>Est cost</th>
Lines 414-420 Link Here
414
                    (<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% order.suggestionid %]&amp;op=show">suggestion #[% order.suggestionid %]</a>)
414
                    (<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% order.suggestionid %]&amp;op=show">suggestion #[% order.suggestionid %]</a>)
415
                [% END %]
415
                [% END %]
416
                </td>
416
                </td>
417
                <td><a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% order.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;id=[% order.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">Card</a></td>
417
                <td>
418
                  <a href="/cgi-bin/koha/acqui/showorder.pl?ordernumber=[% order.ordernumber %]" title="Order" rel="gb_page_center[600,500]">Order</a><br>
419
                  <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% order.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">MARC</a><br>
420
                  <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;id=[% order.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">Card</a>
421
                </td>
418
                <td>[% order.quantityreceived %]</td>
422
                <td>[% order.quantityreceived %]</td>
419
                <td>[% order.budget.budget_name %]</td>
423
                <td>[% order.budget.budget_name %]</td>
420
                <td>[% order.ecost | $Price %]</td>
424
                <td>[% order.ecost | $Price %]</td>
421
- 

Return to bug 12395