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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc (+3 lines)
Lines 40-45 Link Here
40
                    <li><a href="/cgi-bin/koha/admin/edi_accounts.pl">EDI accounts</a></li>
40
                    <li><a href="/cgi-bin/koha/admin/edi_accounts.pl">EDI accounts</a></li>
41
                    <li><a href="/cgi-bin/koha/admin/edi_ean_accounts.pl">Library EANs</a></li>
41
                    <li><a href="/cgi-bin/koha/admin/edi_ean_accounts.pl">Library EANs</a></li>
42
                [% END %]
42
                [% END %]
43
                [% IF Koha.Preference('MarcOrderingAutomation') %]
44
                    <li><a href="/cgi-bin/koha/admin/marc_order_accounts.pl">MARC order accounts</a></li>
45
                [% END %]
43
                [% IF CAN_user_acquisition_edit_invoices && CAN_user_parameters_manage_additional_fields %]
46
                [% IF CAN_user_acquisition_edit_invoices && CAN_user_parameters_manage_additional_fields %]
44
                    <li>
47
                    <li>
45
                        <a href="/cgi-bin/koha/admin/additional-fields.pl?tablename=aqinvoices">Manage invoice fields</a>
48
                        <a href="/cgi-bin/koha/admin/additional-fields.pl?tablename=aqinvoices">Manage invoice fields</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc (+3 lines)
Lines 141-146 Link Here
141
                <li><a href="/cgi-bin/koha/admin/edi_accounts.pl">EDI accounts</a></li>
141
                <li><a href="/cgi-bin/koha/admin/edi_accounts.pl">EDI accounts</a></li>
142
                <li><a href="/cgi-bin/koha/admin/edi_ean_accounts.pl">Library EANs</a></li>
142
                <li><a href="/cgi-bin/koha/admin/edi_ean_accounts.pl">Library EANs</a></li>
143
            [% END %]
143
            [% END %]
144
            [% IF Koha.Preference('MarcOrderingAutomation') %]
145
                <li><a href="/cgi-bin/koha/admin/marc_order_accounts.pl">MARC order accounts</a></li>
146
            [% END %]
144
        </ul>
147
        </ul>
145
    [% END %]
148
    [% END %]
146
149
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt (+4 lines)
Lines 246-251 Link Here
246
                        <dt><a href="/cgi-bin/koha/admin/edi_ean_accounts.pl">Library EANs</a></dt>
246
                        <dt><a href="/cgi-bin/koha/admin/edi_ean_accounts.pl">Library EANs</a></dt>
247
                        <dd>Manage library EDI EANs</dd>
247
                        <dd>Manage library EDI EANs</dd>
248
                    [% END %]
248
                    [% END %]
249
                    [% IF Koha.Preference('MarcOrderingAutomation') %]
250
                        <dt><a href="/cgi-bin/koha/admin/marc_order_accounts.pl">MARC order accounts</a></dt>
251
                        <dd>Manage vendor accounts for automated order line creation from marc records</dd>
252
                    [% END %]
249
                </dl>
253
                </dl>
250
            [% END %]
254
            [% END %]
251
255
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref (-1 / +13 lines)
Lines 138-143 Acquisitions: Link Here
138
              class: email
138
              class: email
139
            - 'when sending acquisitions order and claim notices.'
139
            - 'when sending acquisitions order and claim notices.'
140
            - '<br>If left empty, it will fall back to the first defined address in the following list: library reply-to, library email, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReplytoDefault">ReplytoDefault</a>, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a>.'
140
            - '<br>If left empty, it will fall back to the first defined address in the following list: library reply-to, library email, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReplytoDefault">ReplytoDefault</a>, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a>.'
141
        -
142
            - Use the reply-to email address
143
            - pref: SerialsDefaultReplyTo
144
              class: email
145
            - 'when sending serial claim notices.'
146
            - '<br>If left empty, it will fall back to the first defined address in the following list: Library ReplyTo, Library Email, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReplytoDefault">ReplytoDefault</a>, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a>.'
147
        -
148
            - pref: MarcOrderingAutomation
149
              default: no
150
              choices:
151
                1: Enable
152
                0:  Disable
153
            - Enables automatic order line creation from MARC records
141
    Printing:
154
    Printing:
142
        -
155
        -
143
            - Use the
156
            - Use the
144
- 

Return to bug 34355