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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-5 / +4 lines)
Lines 857-871 Link Here
857
            <td>
857
            <td>
858
            [% IF order.invoiceid %]
858
            [% IF order.invoiceid %]
859
                [% IF CAN_user_acquisition %]
859
                [% IF CAN_user_acquisition %]
860
                    <a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% order.invoiceid | uri %]"
860
                    <span class="clearfix"><a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% order.invoiceid | uri %]"
861
                       title="Invoice detail page">
861
                       title="Invoice detail page">
862
                       [% order.invoice.invoicenumber | html %]</a>
862
                       [% order.invoice.invoicenumber | html %]</a></span>
863
                [% ELSE %]
863
                [% ELSE %]
864
                    [% order.invoice.invoicenumber | html %]
864
                    <span class="clearfix">[% order.invoice.invoicenumber | html %]</span>
865
                [% END %]
865
                [% END %]
866
866
867
                [% IF ( Koha.Preference('EDIFACT') && CAN_user_acquisition_edi_manage && order.invoice.message_id ) %]
867
                [% IF ( Koha.Preference('EDIFACT') && CAN_user_acquisition_edi_manage && order.invoice.message_id ) %]
868
                    (<a href="/cgi-bin/koha/acqui/edimsg.pl?id=[% order.invoice.message_id | uri %]" title="EDI INVOICE message">EDI message</a>)
868
                    <span class="clearfix"><a href="/cgi-bin/koha/acqui/edimsg.pl?id=[% order.invoice.message_id | uri %]" title="EDI INVOICE message">EDI message</a></span>
869
                [% END %]
869
                [% END %]
870
            [% END %]
870
            [% END %]
871
            </td>
871
            </td>
872
- 

Return to bug 34853