Bugzilla – Attachment 95221 Details for
Bug 24002
Test suite is failing on MySQL 8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24002: One more occurrence of datecancellationprinted
Bug-24002-One-more-occurrence-of-datecancellationp.patch (text/plain), 896 bytes, created by
Jonathan Druart
on 2019-11-08 14:45:04 UTC
(
hide
)
Description:
Bug 24002: One more occurrence of datecancellationprinted
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-11-08 14:45:04 UTC
Size:
896 bytes
patch
obsolete
>From cf301e499a3a1cc74b474dbe0f0446d3063d52c9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 8 Nov 2019 15:44:49 +0100 >Subject: [PATCH] Bug 24002: One more occurrence of datecancellationprinted > >--- > C4/Biblio.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Biblio.pm b/C4/Biblio.pm >index 443e445245..ce0d4fbdb6 100644 >--- a/C4/Biblio.pm >+++ b/C4/Biblio.pm >@@ -3193,7 +3193,7 @@ sub CountBiblioInOrders { > my $dbh = C4::Context->dbh; > my $query = "SELECT count(*) > FROM aqorders >- WHERE biblionumber=? AND (datecancellationprinted IS NULL OR datecancellationprinted='0000-00-00')"; >+ WHERE biblionumber=? AND datecancellationprinted IS NULL"; > my $sth = $dbh->prepare($query); > $sth->execute($biblionumber); > my $count = $sth->fetchrow; >-- >2.11.0
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 24002
:
95215
|
95216
|
95217
|
95218
|
95219
|
95220
| 95221 |
95222
|
95223
|
95224
|
95225
|
95226
|
95227
|
99118