Bugzilla – Attachment 167334 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: (QA follow-up) Tidy code block
Bug-18784-QA-follow-up-Tidy-code-block.patch (text/plain), 1.95 KB, created by
Julian Maurice
on 2024-06-03 06:12:04 UTC
(
hide
)
Description:
Bug 18784: (QA follow-up) Tidy code block
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2024-06-03 06:12:04 UTC
Size:
1.95 KB
patch
obsolete
>From 28a6f6cb66a3ca57621c59793063380c432c51c3 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 8 Sep 2023 20:07:05 +0100 >Subject: [PATCH] Bug 18784: (QA follow-up) Tidy code block > >Tidy the affected code block around changed line from this patchset to >allow perltidy QA check to pass. >--- > serials/subscription-batchedit.pl | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > >diff --git a/serials/subscription-batchedit.pl b/serials/subscription-batchedit.pl >index 4ef7b68ac6..1eb6440ae4 100755 >--- a/serials/subscription-batchedit.pl >+++ b/serials/subscription-batchedit.pl >@@ -54,15 +54,15 @@ my @available_additional_fields = Koha::AdditionalFields->search( { tablename => > my $op = $cgi->param('op') || q{}; > if ( $op eq 'cud-batchedit' ) { > my %params = ( >- aqbooksellerid => scalar $cgi->param('booksellerid'), >- location => scalar $cgi->param('location'), >- branchcode => scalar $cgi->param('branchcode'), >- itemtype => scalar $cgi->param('itemtype'), >- notes => scalar $cgi->param('notes'), >- internalnotes => scalar $cgi->param('internalnotes'), >- serialsadditems => scalar $cgi->param('serialsadditems'), >+ aqbooksellerid => scalar $cgi->param('booksellerid'), >+ location => scalar $cgi->param('location'), >+ branchcode => scalar $cgi->param('branchcode'), >+ itemtype => scalar $cgi->param('itemtype'), >+ 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') ), >+ enddate => dt_from_string( scalar $cgi->param('enddate') ), > ); > > my $field_values = {}; >-- >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