@@ -, +, @@ --- Koha/Schema/Result/Branch.pm | 19 ++----------------- Koha/Schema/Result/Itemtype.pm | 19 ++----------------- 2 files changed, 4 insertions(+), 34 deletions(-) --- a/Koha/Schema/Result/Branch.pm +++ a/Koha/Schema/Result/Branch.pm @@ -541,21 +541,6 @@ __PACKAGE__->has_many( { cascade_copy => 0, cascade_delete => 0 }, ); -=head2 itemtypes_branches - -Type: has_many - -Related object: L - -=cut - -__PACKAGE__->has_many( - "itemtypes_branches", - "Koha::Schema::Result::ItemtypesBranch", - { "foreign.branchcode" => "self.branchcode" }, - { cascade_copy => 0, cascade_delete => 0 }, -); - =head2 library_groups Type: has_many @@ -662,8 +647,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07048 @ 2019-07-04 04:56:47 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:15/s0/8d2cNB9YLLlsEY4w +# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-09-19 11:14:52 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Hccou+A64WrrUzGcL40OEA __PACKAGE__->add_columns( '+pickup_location' => { is_boolean => 1 } --- a/Koha/Schema/Result/Itemtype.pm +++ a/Koha/Schema/Result/Itemtype.pm @@ -181,21 +181,6 @@ __PACKAGE__->has_many( { cascade_copy => 0, cascade_delete => 0 }, ); -=head2 itemtypes_branches - -Type: has_many - -Related object: L - -=cut - -__PACKAGE__->has_many( - "itemtypes_branches", - "Koha::Schema::Result::ItemtypesBranch", - { "foreign.itemtype" => "self.itemtype" }, - { cascade_copy => 0, cascade_delete => 0 }, -); - =head2 old_reserves Type: has_many @@ -227,8 +212,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07048 @ 2019-07-04 04:56:48 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Qo6jabJSQGeYJ542ebSJfg +# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-09-19 11:14:52 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Y7pbfxJyUGWh5frlfDuEzg # Use the ItemtypeLocalization view to create the join on localization our $LANGUAGE; --