View | Details | Raw Unified | Return to bug 18577
Collapse All | Expand All

(-)a/Koha/Schema/Result/BiblioFramework.pm (-1 / +3 lines)
Lines 62-67 __PACKAGE__->set_primary_key("frameworkcode"); Link Here
62
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
62
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
63
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KY1w7J/5cBsz9VV7QEBKPw
63
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KY1w7J/5cBsz9VV7QEBKPw
64
64
65
# FIXME This should not be needed, we need to add the FK at DB level
66
# It cannot be done now because the default framework (frameworkcode=='')
67
# does not exist in DB
65
__PACKAGE__->has_many(
68
__PACKAGE__->has_many(
66
    "marc_tag_structure",
69
    "marc_tag_structure",
67
    "Koha::Schema::Result::MarcTagStructure",
70
    "Koha::Schema::Result::MarcTagStructure",
68
- 

Return to bug 18577