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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-2 / +1 lines)
Lines 98-104 Link Here
98
98
99
                    [% PROCESS csv_export %]
99
                    [% PROCESS csv_export %]
100
100
101
                        [% IF ediaccount %]
101
                        [% IF Koha.Preference('Edifact') && ediaccount %]
102
                        <div class="btn-group"><a href="/cgi-bin/koha/acqui/edi_ean.pl?op=ediorder&amp;basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default" id="ediorderbutton"><i class="fa fa-download"></i> Create EDIFACT order</a></div>
102
                        <div class="btn-group"><a href="/cgi-bin/koha/acqui/edi_ean.pl?op=ediorder&amp;basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default" id="ediorderbutton"><i class="fa fa-download"></i> Create EDIFACT order</a></div>
103
                        [% END %]
103
                        [% END %]
104
104
105
- 

Return to bug 16258