Bugzilla – Attachment 186273 Details for
Bug 38061
Serials collection table improvements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38061: (QA follow-up) Add default falsy value for subscription creation/editing
Bug-38061-QA-follow-up-Add-default-falsy-value-for.patch (text/plain), 1.42 KB, created by
Matt Blenkinsop
on 2025-09-09 09:01:11 UTC
(
hide
)
Description:
Bug 38061: (QA follow-up) Add default falsy value for subscription creation/editing
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2025-09-09 09:01:11 UTC
Size:
1.42 KB
patch
obsolete
>From d4d7d7f242a4b0d147f5d3cdb962030f7aa58093 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> >Date: Tue, 9 Sep 2025 10:00:09 +0100 >Subject: [PATCH] Bug 38061: (QA follow-up) Add default falsy value for > subscription creation/editing > >--- > C4/Serials.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/C4/Serials.pm b/C4/Serials.pm >index 8aad03b5464..031498af09d 100644 >--- a/C4/Serials.pm >+++ b/C4/Serials.pm >@@ -1400,7 +1400,7 @@ sub ModSubscription { > mana_id => $mana_id, > ccode => $ccode, > published_on_template => $published_on_template, >- preselect_issues_in_collections_table => $preselect_issues_in_collections_table, >+ preselect_issues_in_collections_table => $preselect_issues_in_collections_table || 0, > } > )->store; > >@@ -1485,7 +1485,7 @@ sub NewSubscription { > mana_id => $mana_id, > ccode => $ccode, > published_on_template => $published_on_template, >- preselect_issues_in_collections_table => $preselect_issues_in_collections_table, >+ preselect_issues_in_collections_table => $preselect_issues_in_collections_table || 0, > } > )->store; > $subscription->discard_changes; >-- >2.50.1
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 38061
:
172297
|
172298
|
172299
|
172792
|
176440
|
176441
|
176442
|
179644
|
179645
|
182159
|
183141
|
183433
|
183434
|
183435
| 186273