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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-1 / +8 lines)
Lines 686-691 Link Here
686
      <thead>
686
      <thead>
687
        <tr>
687
        <tr>
688
          <th>Vendor</th>
688
          <th>Vendor</th>
689
          <th>Invoice</th>
689
          <th>Basket group</th>
690
          <th>Basket group</th>
690
          <th>Basket</th>
691
          <th>Basket</th>
691
          <th>Order number</th>
692
          <th>Order number</th>
Lines 706-711 Link Here
706
            [% END %]
707
            [% END %]
707
            </td>
708
            </td>
708
            <td>
709
            <td>
710
            [% IF (order.invoiceid) %]
711
                <a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% order.invoiceid %]"
712
                   title="Invoice detail page">
713
                   [% order.invoicenumber %]</a>
714
            [% END %]
715
            </td>
716
            <td>
709
            [% IF (order.basketgroupid) %]
717
            [% IF (order.basketgroupid) %]
710
                [% IF CAN_user_acquisition_group_manage %]
718
                [% IF CAN_user_acquisition_group_manage %]
711
                    <a href="/cgi-bin/koha/acqui/basketgroup.pl?op=add&booksellerid=[% order.id %]&basketgroupid=[% order.basketgroupid %]">[% order.groupname %] ([% order.basketgroupid %])</a>
719
                    <a href="/cgi-bin/koha/acqui/basketgroup.pl?op=add&booksellerid=[% order.id %]&basketgroupid=[% order.basketgroupid %]">[% order.groupname %] ([% order.basketgroupid %])</a>
712
- 

Return to bug 19953