Bugzilla – Attachment 174364 Details for
Bug 34355
Automated MARC record ordering process
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34355: Update menus
Bug-34355-Update-menus.patch (text/plain), 4.84 KB, created by
Matt Blenkinsop
on 2024-11-11 15:23:59 UTC
(
hide
)
Description:
Bug 34355: Update menus
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2024-11-11 15:23:59 UTC
Size:
4.84 KB
patch
obsolete
>From afa4bfe32a60f25363292f466df94195110572e7 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Mon, 24 Jul 2023 13:52:18 +0000 >Subject: [PATCH] Bug 34355: Update menus > >Signed-off-by: Andrew Fuerste Henry <andrewfh@dubcolib.org> >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > .../prog/en/includes/acquisitions-menu.inc | 3 +++ > .../intranet-tmpl/prog/en/includes/admin-menu.inc | 3 +++ > .../prog/en/modules/admin/admin-home.tt | 4 ++++ > .../en/modules/admin/preferences/acquisitions.pref | 13 +++++++++++++ > 4 files changed, 23 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >index 1fe8c2fd45c..a633ff21a20 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >@@ -40,6 +40,9 @@ > <li><a href="/cgi-bin/koha/admin/edi_accounts.pl">EDI accounts</a></li> > <li><a href="/cgi-bin/koha/admin/edi_ean_accounts.pl">Library EANs</a></li> > [% END %] >+ [% IF Koha.Preference('MarcOrderingAutomation') %] >+ <li><a href="/cgi-bin/koha/admin/marc_order_accounts.pl">MARC order accounts</a></li> >+ [% END %] > [% IF CAN_user_acquisition_edit_invoices && CAN_user_parameters_manage_additional_fields %] > <li> > <a href="/cgi-bin/koha/admin/additional-fields.pl?tablename=aqinvoices">Manage invoice fields</a> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >index e3b6e520d01..13884667339 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >@@ -141,6 +141,9 @@ > <li><a href="/cgi-bin/koha/admin/edi_accounts.pl">EDI accounts</a></li> > <li><a href="/cgi-bin/koha/admin/edi_ean_accounts.pl">Library EANs</a></li> > [% END %] >+ [% IF Koha.Preference('MarcOrderingAutomation') %] >+ <li><a href="/cgi-bin/koha/admin/marc_order_accounts.pl">MARC order accounts</a></li> >+ [% END %] > </ul> > [% END %] > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >index 0a190f96a11..8c4b90064e3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >@@ -246,6 +246,10 @@ > <dt><a href="/cgi-bin/koha/admin/edi_ean_accounts.pl">Library EANs</a></dt> > <dd>Manage library EDI EANs</dd> > [% END %] >+ [% IF Koha.Preference('MarcOrderingAutomation') %] >+ <dt><a href="/cgi-bin/koha/admin/marc_order_accounts.pl">MARC order accounts</a></dt> >+ <dd>Manage vendor accounts for automated order line creation from marc records</dd> >+ [% END %] > </dl> > [% END %] > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref >index 3584d9d59d5..1d3f8cb35c2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref >@@ -138,6 +138,19 @@ Acquisitions: > class: email > - 'when sending acquisitions order and claim notices.' > - '<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>.' >+ - >+ - Use the reply-to email address >+ - pref: SerialsDefaultReplyTo >+ class: email >+ - 'when sending serial claim notices.' >+ - '<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>.' >+ - >+ - pref: MarcOrderingAutomation >+ default: no >+ choices: >+ 1: Enable >+ 0: Disable >+ - Enables automatic order line creation from MARC records > Printing: > - > - Use the >-- >2.39.3 (Apple Git-146)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34355
:
154705
|
154706
|
154707
|
154708
|
154709
|
154710
|
157092
|
157093
|
157094
|
157095
|
157096
|
157097
|
157098
|
157099
|
157100
|
160858
|
160859
|
160860
|
160861
|
160862
|
160863
|
160864
|
160865
|
160866
|
160867
|
160868
|
160869
|
160870
|
160871
|
160872
|
160873
|
160874
|
160875
|
169896
|
169897
|
169898
|
169899
|
169900
|
169901
|
169902
|
169903
|
169904
|
170395
|
170401
|
170402
|
170403
|
170404
|
170405
|
170406
|
170407
|
170408
|
170409
|
173054
|
173055
|
173056
|
173057
|
173058
|
173059
|
173060
|
173061
|
173062
|
173063
|
173064
|
173065
|
173066
|
173709
|
173805
|
173806
|
173809
|
173824
|
173825
|
173993
|
173994
|
173995
|
173996
|
173997
|
173998
|
173999
|
174000
|
174001
|
174002
|
174003
|
174004
|
174005
|
174006
|
174007
|
174008
|
174009
|
174010
|
174362
|
174363
| 174364 |
174365
|
174366
|
174367
|
174368
|
174369
|
174370
|
174371
|
174372
|
174373
|
174374
|
174375
|
174376
|
174377
|
174378
|
174379
|
174380
|
174382
|
174383