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 173-179 Link Here
173
       </select></li>
173
       </select></li>
174
       <li><label>&nbsp;</label><span>(Current: [% budget_period_description %] - [% bookfund %])</span></li>
174
       <li><label>&nbsp;</label><span>(Current: [% budget_period_description %] - [% bookfund %])</span></li>
175
       <li>
175
       <li>
176
        <label for="creator">Created by: </label>
176
        <label for="creator">Ordered by: </label>
177
        <span>
177
        <span>
178
          [% IF creator and (creator.firstname or creator.surname) %]
178
          [% IF creator and (creator.firstname or creator.surname) %]
179
            [% creator.firstname %]
179
            [% creator.firstname %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-3 / +6 lines)
Lines 225-231 Link Here
225
          <th>Order line</th>
225
          <th>Order line</th>
226
          <th>Holds</th>
226
          <th>Holds</th>
227
          <th>Summary</th>
227
          <th>Summary</th>
228
          <th>View record</th>
228
          <th>More</th>
229
          <th>Quantity</th>
229
          <th>Quantity</th>
230
          <th>Fund</th>
230
          <th>Fund</th>
231
          <th>Est cost</th>
231
          <th>Est cost</th>
Lines 306-312 Link Here
306
                    (<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% order.suggestionid %]&amp;op=show">suggestion #[% order.suggestionid %]</a>)
306
                    (<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% order.suggestionid %]&amp;op=show">suggestion #[% order.suggestionid %]</a>)
307
                [% END %]
307
                [% END %]
308
                </td>
308
                </td>
309
                <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>
309
                <td>
310
                  <a href="/cgi-bin/koha/acqui/showorder.pl?ordernumber=[% order.ordernumber %]" class="previewData">Order</a><br>
311
                  <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% order.biblionumber %]" class="previewData">MARC</a><br>
312
                  <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;id=[% order.biblionumber %]" class="previewData">Card</a>
313
                </td>
310
                <td>[% order.quantityreceived %]</td>
314
                <td>[% order.quantityreceived %]</td>
311
                <td>[% order.budget.budget_name %]</td>
315
                <td>[% order.budget.budget_name %]</td>
312
                <td>[% order.ecost | $Price %]</td>
316
                <td>[% order.ecost | $Price %]</td>
313
- 

Return to bug 12395