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

(-)a/Koha/Schema/Result/SipAccount.pm (-1 / +4 lines)
Lines 589-594 __PACKAGE__->add_columns( Link Here
589
    "+show_outstanding_amount" => { is_boolean => 1 }
589
    "+show_outstanding_amount" => { is_boolean => 1 }
590
);
590
);
591
591
592
__PACKAGE__->add_columns(
593
    "+patron_branchcode_in_ao" => { is_boolean => 1 }
594
);
595
592
=head2 koha_objects_class
596
=head2 koha_objects_class
593
597
594
  Koha Objects class
598
  Koha Objects class
595
- 

Return to bug 41311