Bugzilla – Attachment 168426 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.93 KB, created by
Martin Renvoize (ashimema)
on 2024-07-03 08:52:41 UTC
(
hide
)
Description:
Bug 18784: (QA follow-up) Tidy code block
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-07-03 08:52:41 UTC
Size:
1.93 KB
patch
obsolete
>From 6d1031ad537970ab3de58c9d0eb7582b5ca43e7c 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. > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > serials/subscription-batchedit.pl | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > >diff --git a/serials/subscription-batchedit.pl b/serials/subscription-batchedit.pl >index c1319198633..1caa8a9f057 100755 >--- a/serials/subscription-batchedit.pl >+++ b/serials/subscription-batchedit.pl >@@ -54,13 +54,13 @@ 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'), > ); > # If we convert a blank string we get todays date, we should only convert enddate if it is not blank >-- >2.45.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