From 49e30bc67d91f300df2efd9b7a2cf0526221fb96 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 6 Sep 2019 13:24:10 +0100 Subject: [PATCH] Bug 23539: (RM follow-up) Update DBIC classes Signed-off-by: Martin Renvoize --- Koha/Schema/Result/Accountline.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Koha/Schema/Result/Accountline.pm b/Koha/Schema/Result/Accountline.pm index 6864e00bb0..d0f51c4b9d 100644 --- a/Koha/Schema/Result/Accountline.pm +++ b/Koha/Schema/Result/Accountline.pm @@ -67,7 +67,7 @@ __PACKAGE__->table("accountlines"); data_type: 'varchar' is_nullable: 1 - size: 16 + size: 80 =head2 status @@ -136,7 +136,7 @@ __PACKAGE__->add_columns( "description", { data_type => "longtext", is_nullable => 1 }, "accounttype", - { data_type => "varchar", is_nullable => 1, size => 16 }, + { data_type => "varchar", is_nullable => 1, size => 80 }, "status", { data_type => "varchar", is_nullable => 1, size => 16 }, "payment_type", @@ -285,8 +285,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-04-17 17:00:42 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:2NOxgVuaRQ+6oTqgYDqzBg +# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-09-06 12:23:55 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/8Qeh530PbLC6ryxC1Dw9w sub koha_objects_class { 'Koha::Account::Lines'; -- 2.39.5