Lines 148-152
__PACKAGE__->has_many(
Link Here
|
148 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:RyZGROB1+g3kb2bo6mwrUQ |
148 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:RyZGROB1+g3kb2bo6mwrUQ |
149 |
|
149 |
|
150 |
|
150 |
|
151 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
151 |
__PACKAGE__->add_columns( |
|
|
152 |
'+enabled' => { is_boolean => 1 }, |
153 |
'+enable_waiting_holds_only' => { is_boolean => 1 }, |
154 |
'+patron_scheduled_pickup' => { is_boolean => 1 }, |
155 |
); |
156 |
|
152 |
1; |
157 |
1; |
153 |
- |
|
|