Bugzilla – Attachment 167333 Details for
Bug 18784
Add 'auto claim' option to subscription batch edit tool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18784: Add 'auto claim' option to subscription batch edit tool
Bug-18784-Add-auto-claim-option-to-subscription-ba.patch (text/plain), 2.30 KB, created by
Julian Maurice
on 2024-06-03 06:12:01 UTC
(
hide
)
Description:
Bug 18784: Add 'auto claim' option to subscription batch edit tool
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2024-06-03 06:12:01 UTC
Size:
2.30 KB
patch
obsolete
>From 475a05213420d306a8de0632b41e705b98f41e99 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Mon, 12 Jun 2017 12:54:08 +0200 >Subject: [PATCH] Bug 18784: Add 'auto claim' option to subscription batch edit > tool > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../prog/en/modules/serials/subscription-batchedit.tt | 8 ++++++++ > serials/subscription-batchedit.pl | 1 + > 2 files changed, 9 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-batchedit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-batchedit.tt >index 0fa99c9959..fd4d915bc4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-batchedit.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-batchedit.tt >@@ -139,6 +139,14 @@ > </select> > > </li> >+ <li> >+ <label for="auto_claim_enabled">Enable automatic claims</label> >+ <select id="auto_claim_enabled" name="auto_claim_enabled"> >+ <option value="">No change</option> >+ <option value="0">No</option> >+ <option value="1">Yes</option> >+ </select> >+ </li> > <li> > <label for="enddate">Expiration date: </label> > <input type="text" class="flatpickr" id="enddate" name="enddate" placeholder="No change"/> >diff --git a/serials/subscription-batchedit.pl b/serials/subscription-batchedit.pl >index 903db1c4f0..4ef7b68ac6 100755 >--- a/serials/subscription-batchedit.pl >+++ b/serials/subscription-batchedit.pl >@@ -61,6 +61,7 @@ if ( $op eq 'cud-batchedit' ) { > notes => scalar $cgi->param('notes'), > internalnotes => scalar $cgi->param('internalnotes'), > serialsadditems => scalar $cgi->param('serialsadditems'), >+ auto_claim_enabled => scalar $cgi->param('auto_claim_enabled'), > enddate => dt_from_string( scalar $cgi->param('enddate') ), > ); > >-- >2.30.2
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 18784
:
64196
|
91429
|
124985
|
155464
|
155465
|
155466
|
167333
|
167334
|
167355
|
167356
|
168425
|
168426