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 287-293 Link Here
287
       </select></li>
287
       </select></li>
288
       <li><label>&nbsp;</label><span>(Current: [% budget_period_description %] - [% bookfund %])</span></li>
288
       <li><label>&nbsp;</label><span>(Current: [% budget_period_description %] - [% bookfund %])</span></li>
289
       <li>
289
       <li>
290
        <label for="creator">Created by: </label>
290
        <label for="creator">Ordered by: </label>
291
        <span>
291
        <span>
292
          [% IF creator and (creator.firstname or creator.surname) %]
292
          [% IF creator and (creator.firstname or creator.surname) %]
293
            [% creator.firstname %]
293
            [% creator.firstname %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-3 / +6 lines)
Lines 357-363 Link Here
357
          <th>Order line</th>
357
          <th>Order line</th>
358
          <th>Holds</th>
358
          <th>Holds</th>
359
          <th>Summary</th>
359
          <th>Summary</th>
360
          <th>View record</th>
360
          <th>More</th>
361
          <th>Quantity</th>
361
          <th>Quantity</th>
362
          <th>Fund</th>
362
          <th>Fund</th>
363
          <th>Est cost</th>
363
          <th>Est cost</th>
Lines 438-444 Link Here
438
                    (<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% order.suggestionid %]&amp;op=show">suggestion #[% order.suggestionid %]</a>)
438
                    (<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% order.suggestionid %]&amp;op=show">suggestion #[% order.suggestionid %]</a>)
439
                [% END %]
439
                [% END %]
440
                </td>
440
                </td>
441
                <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>
441
                <td>
442
                  <a href="/cgi-bin/koha/acqui/showorder.pl?ordernumber=[% order.ordernumber %]" class="previewData">Order</a><br>
443
                  <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% order.biblionumber %]" class="previewData">MARC</a><br>
444
                  <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;id=[% order.biblionumber %]" class="previewData">Card</a>
445
                </td>
442
                <td>[% order.quantityreceived %]</td>
446
                <td>[% order.quantityreceived %]</td>
443
                <td>[% order.budget.budget_name %]</td>
447
                <td>[% order.budget.budget_name %]</td>
444
                <td>[% order.ecost | $Price %]</td>
448
                <td>[% order.ecost | $Price %]</td>
445
- 

Return to bug 12395