Bugzilla – Attachment 91070 Details for
Bug 23151
Patron self modification sends null dateofbirth
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23151: (QA follow-up) Fix atomic update
Bug-23151-QA-follow-up-Fix-atomic-update.patch (text/plain), 838 bytes, created by
Kyle M Hall (khall)
on 2019-06-28 14:15:50 UTC
(
hide
)
Description:
Bug 23151: (QA follow-up) Fix atomic update
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-06-28 14:15:50 UTC
Size:
838 bytes
patch
obsolete
>From 9e677e3b32d4b130d01424b350c01edd6dff03e9 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 28 Jun 2019 10:15:40 -0400 >Subject: [PATCH] Bug 23151: (QA follow-up) Fix atomic update > >--- > installer/data/mysql/atomicupdate/bug_23151.perl | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_23151.perl b/installer/data/mysql/atomicupdate/bug_23151.perl >index fc8a54bb21..0ae3c80624 100644 >--- a/installer/data/mysql/atomicupdate/bug_23151.perl >+++ b/installer/data/mysql/atomicupdate/bug_23151.perl >@@ -1,6 +1,4 @@ >-use C4::Installer; >- >-my $DBVersion = 'XXX'; >+$DBversion = 'XXX'; > if ( CheckVersion( $DBversion ) ) { > print "Running... "; > unless ( column_exists( 'borrower_modifications', 'changed_fields' ) ) { >-- >2.20.1 (Apple Git-117)
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 23151
:
90764
|
90769
|
90795
|
90796
|
90797
|
90798
|
90799
|
90805
|
90806
|
90807
|
90808
|
90809
|
91070
|
91071
|
91072
|
91073
|
91074
|
91075
|
91076
|
91614
|
91615
|
91616
|
91617
|
91618
|
91619
|
91620