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

Return to bug 12395