@@ -, +, @@ and Subscription.pm - mana.inc included twice --- Koha/Schema/Result/SavedSql.pm | 7 ------- Koha/Schema/Result/Subscription.pm | 7 ------- koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc | 1 - 3 files changed, 15 deletions(-) --- a/Koha/Schema/Result/SavedSql.pm +++ a/Koha/Schema/Result/SavedSql.pm @@ -105,11 +105,6 @@ __PACKAGE__->table("saved_sql"); is_nullable: 1 size: 80 -=head2 mana_id - - data_type: 'integer' - is_nullable: 1 - =cut __PACKAGE__->add_columns( @@ -153,8 +148,6 @@ __PACKAGE__->add_columns( { data_type => "varchar", is_nullable => 1, size => 80 }, "report_subgroup", { data_type => "varchar", is_nullable => 1, size => 80 }, - "mana_id", - { data_type => "integer", is_nullable => 1 }, ); =head1 PRIMARY KEY --- a/Koha/Schema/Result/Subscription.pm +++ a/Koha/Schema/Result/Subscription.pm @@ -271,11 +271,6 @@ __PACKAGE__->table("subscription"); is_nullable: 1 size: 10 -=head2 mana_id - - data_type: 'integer' - is_nullable: 1 - =cut __PACKAGE__->add_columns( @@ -363,8 +358,6 @@ __PACKAGE__->add_columns( { data_type => "varchar", is_nullable => 1, size => 10 }, "previousitemtype", { data_type => "varchar", is_nullable => 1, size => 10 }, - "mana_id", - { data_type => "integer", is_nullable => 1 }, ); =head1 PRIMARY KEY --- a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc @@ -1,5 +1,4 @@ [% INCLUDE 'blocking_errors.inc' %] -[% INCLUDE 'mana.inc' %]
[% IF ( CAN_user_reports_create_reports ) %]
--