Bugzilla – Attachment 172299 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: Remove pre-selection of serials in the table
Bug-38061-Remove-pre-selection-of-serials-in-the-t.patch (text/plain), 1.08 KB, created by
Matt Blenkinsop
on 2024-10-02 11:32:44 UTC
(
hide
)
Description:
Bug 38061: Remove pre-selection of serials in the table
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2024-10-02 11:32:44 UTC
Size:
1.08 KB
patch
obsolete
>From 66b6209a6eed04f65b669d80a1f05b9f485d2a92 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Wed, 2 Oct 2024 10:54:50 +0000 >Subject: [PATCH] Bug 38061: Remove pre-selection of serials in the table > >Test plan: >1) Navigate to the serials-collection table >2) None of the checkboxes in the left hand column should be selected > >Sponsored-by: Association KohaLa - https://koha-fr.org/ >--- > C4/Serials.pm | 3 --- > 1 file changed, 3 deletions(-) > >diff --git a/C4/Serials.pm b/C4/Serials.pm >index 6e1731734c..b944ff669d 100644 >--- a/C4/Serials.pm >+++ b/C4/Serials.pm >@@ -372,9 +372,6 @@ sub PrepareSerialsData { > > foreach my $subs (@{$lines}) { > $subs->{ "status" . $subs->{'status'} } = 1; >- if ( grep { $_ == $subs->{status} } ( EXPECTED, LATE, MISSING_STATUSES, CLAIMED ) ) { >- $subs->{"checked"} = 1; >- } > if( $add_itemnumbers ) { > my $serialitem = Koha::Serial::Items->find({serialid => $subs->{'serialid'}}); > $subs->{"itemnumber"} = $serialitem->itemnumber if $serialitem; >-- >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 38061
:
172297
|
172298
| 172299 |
172792