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

(-)a/Koha/Schema/Result/Branch.pm (-3 / +3 lines)
Lines 680-687 __PACKAGE__->has_many( Link Here
680
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-01-03 16:10:04
680
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-01-03 16:10:04
681
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:WyXH3sMlyuJIx0fd31RswA
681
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:WyXH3sMlyuJIx0fd31RswA
682
682
683
683
__PACKAGE__->add_columns(
684
# You can replace this text with custom code or comments, and it will be preserved on regeneration
684
    '+pickup_location' => { is_boolean => 1 }
685
);
685
686
686
sub koha_objects_class {
687
sub koha_objects_class {
687
    'Koha::Libraries';
688
    'Koha::Libraries';
688
- 

Return to bug 22125