Bug 11006: (RM followup) DBIx updates
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 14 May 2015 14:30:00 +0000 (11:30 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 14 May 2015 14:30:00 +0000 (11:30 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Koha/Schema/Result/Aqorder.pm

index aa91a9b..f511aeb 100644 (file)
@@ -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