Bugzilla – Attachment 115124 Details for
Bug 15348
Change/Edit estimated delivery date per order line
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15348: Updated schema files
Bug-15348-Updated-schema-files.patch (text/plain), 1.51 KB, created by
Aleisha Amohia
on 2021-01-14 02:36:42 UTC
(
hide
)
Description:
Bug 15348: Updated schema files
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2021-01-14 02:36:42 UTC
Size:
1.51 KB
patch
obsolete
>From 77270acb00358954d350e866fb621c6c3486e026 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Thu, 14 Jan 2021 14:17:12 +1300 >Subject: [PATCH] Bug 15348: Updated schema files > >--- > Koha/Schema/Result/Aqorder.pm | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Aqorder.pm b/Koha/Schema/Result/Aqorder.pm >index f873aa6da3..08b11e929e 100644 >--- a/Koha/Schema/Result/Aqorder.pm >+++ b/Koha/Schema/Result/Aqorder.pm >@@ -312,6 +312,12 @@ __PACKAGE__->table("aqorders"); > data_type: 'mediumtext' > is_nullable: 1 > >+=head2 estimated_delivery_date >+ >+ data_type: 'date' >+ datetime_undef_if_invalid: 1 >+ is_nullable: 1 >+ > =cut > > __PACKAGE__->add_columns( >@@ -423,6 +429,8 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 1, size => 3 }, > "suppliers_report", > { data_type => "mediumtext", is_nullable => 1 }, >+ "estimated_delivery_date", >+ { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, > ); > > =head1 PRIMARY KEY >@@ -660,8 +668,8 @@ Composing rels: L</aqorder_users> -> borrowernumber > __PACKAGE__->many_to_many("borrowernumbers", "aqorder_users", "borrowernumber"); > > >-# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-05-04 08:25:41 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Pf6reFaSldsjIA6XThbDFA >+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2021-01-11 17:24:31 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:wOKT8xsZVsSnEJztHR9v4Q > > __PACKAGE__->belongs_to( > "basket", >-- >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 15348
:
114430
|
114583
|
114623
|
115121
|
115122
|
115123
|
115124
|
116517
|
118788
|
118789
|
119297
|
119298
|
119299
|
120653
|
120654
|
120655
|
120656
|
136560
|
136561
|
136562
|
136563
|
137057
|
137058
|
137061
|
137098
|
137099
|
137740
|
137741
|
137742
|
137743
|
138110
|
138491
|
138529
|
138530
|
138531
|
138532
|
138533
|
138534
|
138535
|
138536
|
138537
|
138538
|
138539
|
138540
|
139245
|
139274
|
139301
|
139329
|
139330
|
139331
|
139332
|
139333
|
139334
|
139335
|
139336
|
139337
|
139338
|
139339
|
139340
|
139341
|
139342
|
139343
|
139351
|
139352
|
139353
|
139354
|
139355
|
139356
|
139357
|
139358
|
139359
|
139360
|
139361
|
139362
|
139363
|
139364
|
139365
|
139831
|
139832
|
139833
|
139834
|
139835
|
139836
|
139837
|
139838
|
139839
|
139840
|
139841
|
139842
|
139843
|
139844
|
139845
|
140708
|
140735
|
143896
|
143900
|
143903
|
143904