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

(-)a/Koha/Schema/Result/Aqorder.pm (-2 / +6 lines)
Lines 664-669 __PACKAGE__->many_to_many("borrowernumbers", "aqorder_users", "borrowernumber"); Link Here
664
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-08-31 11:51:37
664
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-08-31 11:51:37
665
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:GQEXetlivZm7buQohl8m4A
665
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:GQEXetlivZm7buQohl8m4A
666
666
667
sub koha_objects_class {
668
    'Koha::Acquisition::Orders';
669
}
670
sub koha_object_class {
671
    'Koha::Acquisition::Order';
672
}
667
673
668
# You can replace this text with custom code or comments, and it will be preserved on regeneration
669
1;
674
1;
670
- 

Return to bug 21385