From 220315b9e5f2cf45282bf7296ffa5f7d356aec79 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 14 May 2015 11:30:00 -0300 Subject: [PATCH] Bug 11006: (RM followup) DBIx updates Signed-off-by: Tomas Cohen Arazi --- 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 aa91a9bf49..f511aebe45 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 -> 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.39.5