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 352-358 Link Here
352
          <th>Order line</th>
352
          <th>Order line</th>
353
          <th>Holds</th>
353
          <th>Holds</th>
354
          <th>Summary</th>
354
          <th>Summary</th>
355
          <th>View record</th>
355
          <th>More</th>
356
          <th>Quantity</th>
356
          <th>Quantity</th>
357
          <th>Fund</th>
357
          <th>Fund</th>
358
          <th>Est cost</th>
358
          <th>Est cost</th>
Lines 428-434 Link Here
428
                    (<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% order.suggestionid %]&amp;op=show">suggestion #[% order.suggestionid %]</a>)
428
                    (<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% order.suggestionid %]&amp;op=show">suggestion #[% order.suggestionid %]</a>)
429
                [% END %]
429
                [% END %]
430
                </td>
430
                </td>
431
                <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>
431
                <td>
432
                  <a href="/cgi-bin/koha/acqui/showorder.pl?ordernumber=[% order.ordernumber %]" class="previewData">Order</a><br>
433
                  <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% order.biblionumber %]" class="previewData">MARC</a><br>
434
                  <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;id=[% order.biblionumber %]" class="previewData">Card</a>
435
                </td>
432
                <td>[% order.quantityreceived %]</td>
436
                <td>[% order.quantityreceived %]</td>
433
                <td>[% order.budget.budget_name %]</td>
437
                <td>[% order.budget.budget_name %]</td>
434
                <td>[% order.ecost | $Price %]</td>
438
                <td>[% order.ecost | $Price %]</td>
435
- 

Return to bug 12395