From 744d14ad8b784d9027227231d70b8bd8454c675f Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 5 Dec 2017 14:09:23 -0300 Subject: [PATCH] Bug 16735: DBIC Schema files Signed-off-by: Tomas Cohen Arazi --- Koha/Schema/Result/Branch.pm | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/Koha/Schema/Result/Branch.pm b/Koha/Schema/Result/Branch.pm index 37451a5870..2d0276ff30 100644 --- a/Koha/Schema/Result/Branch.pm +++ b/Koha/Schema/Result/Branch.pm @@ -308,21 +308,6 @@ __PACKAGE__->has_many( { cascade_copy => 0, cascade_delete => 0 }, ); -=head2 branchrelations - -Type: has_many - -Related object: L - -=cut - -__PACKAGE__->has_many( - "branchrelations", - "Koha::Schema::Result::Branchrelation", - { "foreign.branchcode" => "self.branchcode" }, - { cascade_copy => 0, cascade_delete => 0 }, -); - =head2 branchtransfers_frombranches Type: has_many @@ -623,19 +608,9 @@ __PACKAGE__->has_many( { cascade_copy => 0, cascade_delete => 0 }, ); -=head2 categorycodes - -Type: many_to_many - -Composing rels: L -> categorycode - -=cut - -__PACKAGE__->many_to_many("categorycodes", "branchrelations", "categorycode"); - -# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-12-05 14:04:50 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Q87CSY+yexoxL37pfm3kgg +# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-12-05 14:08:18 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:g+WicMjGntjAgcKrbn4IdQ # You can replace this text with custom code or comments, and it will be preserved on regeneration -- 2.14.1