Lines 1564-1572
__PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber");
Link Here
|
1564 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:lbMdmIHlRt+zayG5+Rq4/w |
1564 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:lbMdmIHlRt+zayG5+Rq4/w |
1565 |
|
1565 |
|
1566 |
__PACKAGE__->add_columns( |
1566 |
__PACKAGE__->add_columns( |
1567 |
'+anonymized' => { is_boolean => 1 }, |
1567 |
'+anonymized' => { is_boolean => 1 }, |
1568 |
'+lost' => { is_boolean => 1 }, |
1568 |
'+lost' => { is_boolean => 1 }, |
1569 |
'+gonenoaddress' => { is_boolean => 1 } |
1569 |
'+gonenoaddress' => { is_boolean => 1 }, |
|
|
1570 |
'+privacy_guarantor_fines' => { is_boolean => 1 } |
1570 |
); |
1571 |
); |
1571 |
|
1572 |
|
1572 |
sub koha_objects_class { |
1573 |
sub koha_objects_class { |