Bugzilla – Attachment 103570 Details for
Bug 24161
Add ability to track the claim dates of later orders
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24161: DBIC manual changes
Bug-24161-DBIC-manual-changes.patch (text/plain), 1.30 KB, created by
Jonathan Druart
on 2020-04-23 11:42:38 UTC
(
hide
)
Description:
Bug 24161: DBIC manual changes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-04-23 11:42:38 UTC
Size:
1.30 KB
patch
obsolete
>From 5f6b3ba22a3122f9a009a613c306eadd2de03e40 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 1 Apr 2020 14:30:54 +0200 >Subject: [PATCH] Bug 24161: DBIC manual changes > >No idea what's happening with the current_timestamp, but previous change >was wrong. >--- > Koha/Schema/Result/Aqorder.pm | 2 +- > Koha/Schema/Result/AqordersClaim.pm | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Aqorder.pm b/Koha/Schema/Result/Aqorder.pm >index f036b05fb6..daf6f3c253 100644 >--- a/Koha/Schema/Result/Aqorder.pm >+++ b/Koha/Schema/Result/Aqorder.pm >@@ -359,7 +359,7 @@ __PACKAGE__->add_columns( > { > data_type => "timestamp", > datetime_undef_if_invalid => 1, >- default_value => "current_timestamp()", >+ default_value => \"current_timestamp", > is_nullable => 0, > }, > "rrp", >diff --git a/Koha/Schema/Result/AqordersClaim.pm b/Koha/Schema/Result/AqordersClaim.pm >index 8ce00e11b1..c3abcbb142 100644 >--- a/Koha/Schema/Result/AqordersClaim.pm >+++ b/Koha/Schema/Result/AqordersClaim.pm >@@ -53,7 +53,7 @@ __PACKAGE__->add_columns( > { > data_type => "timestamp", > datetime_undef_if_invalid => 1, >- default_value => "current_timestamp()", >+ default_value => \"current_timestamp", > is_nullable => 0, > }, > ); >-- >2.20.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 24161
:
97114
|
97115
|
97116
|
97117
|
97118
|
97119
|
97470
|
97471
|
97472
|
98280
|
98522
|
98523
|
98524
|
98525
|
98526
|
98527
|
102111
|
102112
|
102113
|
102114
|
102115
|
102116
|
102220
|
102222
|
103567
|
103568
|
103569
|
103570
|
103571
|
103588
|
103589
|
103590
|
103591
|
103592
|
103593
|
103594
|
103595
|
104190
|
104191
|
104207
|
104208
|
104209
|
104210
|
104211
|
104212
|
104213
|
104214
|
104215
|
104216
|
104258
|
104259
|
104265
|
104826
|
104848