Bugzilla – Attachment 39186 Details for
Bug 11006
Useless column totalamount in aqorders table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11006: (RM followup) DBIx updates
Bug-11006-RM-followup-DBIx-updates.patch (text/plain), 1.66 KB, created by
Tomás Cohen Arazi (tcohen)
on 2015-05-14 14:31:04 UTC
(
hide
)
Description:
Bug 11006: (RM followup) DBIx updates
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2015-05-14 14:31:04 UTC
Size:
1.66 KB
patch
obsolete
>From 220315b9e5f2cf45282bf7296ffa5f7d356aec79 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Thu, 14 May 2015 11:30:00 -0300 >Subject: [PATCH] Bug 11006: (RM followup) DBIx updates > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > Koha/Schema/Result/Aqorder.pm | 12 ++---------- > 1 file changed, 2 insertions(+), 10 deletions(-) > >diff --git a/Koha/Schema/Result/Aqorder.pm b/Koha/Schema/Result/Aqorder.pm >index aa91a9b..f511aeb 100644 >--- a/Koha/Schema/Result/Aqorder.pm >+++ b/Koha/Schema/Result/Aqorder.pm >@@ -58,12 +58,6 @@ __PACKAGE__->table("aqorders"); > is_nullable: 1 > size: [28,6] > >-=head2 totalamount >- >- data_type: 'decimal' >- is_nullable: 1 >- size: [28,6] >- > =head2 datereceived > > data_type: 'date' >@@ -248,8 +242,6 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 1, size => 3 }, > "listprice", > { data_type => "decimal", is_nullable => 1, size => [28, 6] }, >- "totalamount", >- { data_type => "decimal", is_nullable => 1, size => [28, 6] }, > "datereceived", > { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, > "invoiceid", >@@ -500,8 +492,8 @@ Composing rels: L</aqorder_users> -> borrowernumber > __PACKAGE__->many_to_many("borrowernumbers", "aqorder_users", "borrowernumber"); > > >-# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-13 10:17:50 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9C0lOmkz7e7xDjXItNB2Sg >+# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-05-14 11:27:15 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:BCa/SxerJ+zEh8Pg9Jdkaw > > > # You can replace this text with custom content, and it will be preserved on regeneration >-- >2.4.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 11006
:
38320
|
38393
|
38402
| 39186