Lines 861-872
__PACKAGE__->add_columns(
Link Here
|
861 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5QA+/eORyEKhkG++0f3Hvw |
861 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5QA+/eORyEKhkG++0f3Hvw |
862 |
|
862 |
|
863 |
__PACKAGE__->add_columns( |
863 |
__PACKAGE__->add_columns( |
864 |
'+anonymized' => { is_boolean => 1 }, |
864 |
'+anonymized' => { is_boolean => 1 }, |
865 |
'+autorenew_checkouts' => { is_boolean => 1 }, |
865 |
'+autorenew_checkouts' => { is_boolean => 1 }, |
866 |
'+gonenoaddress' => { is_boolean => 1 }, |
866 |
'+gonenoaddress' => { is_boolean => 1 }, |
867 |
'+lost' => { is_boolean => 1 }, |
867 |
'+lost' => { is_boolean => 1 }, |
868 |
'+privacy_guarantor_fines' => { is_boolean => 1 }, |
868 |
'+privacy_guarantor_fines' => { is_boolean => 1 }, |
869 |
'+protected' => { is_boolean => 1 }, |
869 |
'+protected' => { is_boolean => 1 }, |
|
|
870 |
'+privacy_guarantor_checkouts' => { is_boolean => 1 }, |
870 |
); |
871 |
); |
871 |
|
872 |
|
872 |
=head2 koha_objects_class |
873 |
=head2 koha_objects_class |