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 853-867 Link Here
853
            <td>
853
            <td>
854
            [% IF order.invoiceid %]
854
            [% IF order.invoiceid %]
855
                [% IF CAN_user_acquisition %]
855
                [% IF CAN_user_acquisition %]
856
                    <a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% order.invoiceid | uri %]"
856
                    <span class="clearfix"><a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% order.invoiceid | uri %]"
857
                       title="Invoice detail page">
857
                       title="Invoice detail page">
858
                       [% order.invoice.invoicenumber | html %]</a>
858
                       [% order.invoice.invoicenumber | html %]</a></span>
859
                [% ELSE %]
859
                [% ELSE %]
860
                    [% order.invoice.invoicenumber | html %]
860
                    <span class="clearfix">[% order.invoice.invoicenumber | html %]</span>
861
                [% END %]
861
                [% END %]
862
862
863
                [% IF ( Koha.Preference('EDIFACT') && CAN_user_acquisition_edi_manage && order.invoice.message_id ) %]
863
                [% IF ( Koha.Preference('EDIFACT') && CAN_user_acquisition_edi_manage && order.invoice.message_id ) %]
864
                    (<a href="/cgi-bin/koha/acqui/edimsg.pl?id=[% order.invoice.message_id | uri %]" title="EDI INVOICE message">EDI message</a>)
864
                    <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>
865
                [% END %]
865
                [% END %]
866
            [% END %]
866
            [% END %]
867
            </td>
867
            </td>
868
- 

Return to bug 34853