|
Lines 274-288
__PACKAGE__->has_many(
Link Here
|
| 274 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Os1rn9zKu7/rVLVjZM3Mbg |
274 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Os1rn9zKu7/rVLVjZM3Mbg |
| 275 |
|
275 |
|
| 276 |
__PACKAGE__->add_columns( |
276 |
__PACKAGE__->add_columns( |
|
|
277 |
'+display_checkout' => { is_boolean => 1 }, |
| 278 |
'+is_date' => { is_boolean => 1 }, |
| 277 |
'+keep_for_pseudonymization' => { is_boolean => 1 }, |
279 |
'+keep_for_pseudonymization' => { is_boolean => 1 }, |
| 278 |
'+mandatory' => { is_boolean => 1 }, |
280 |
'+mandatory' => { is_boolean => 1 }, |
|
|
281 |
'+opac_display' => { is_boolean => 1 }, |
| 282 |
'+opac_editable' => { is_boolean => 1 }, |
| 279 |
'+opac_mandatory' => { is_boolean => 1 }, |
283 |
'+opac_mandatory' => { is_boolean => 1 }, |
|
|
284 |
'+repeatable' => { is_boolean => 1 }, |
| 280 |
'+searched_by_default' => { is_boolean => 1 }, |
285 |
'+searched_by_default' => { is_boolean => 1 }, |
| 281 |
'+staff_searchable' => { is_boolean => 1 }, |
286 |
'+staff_searchable' => { is_boolean => 1 }, |
| 282 |
); |
287 |
'+unique_id' => { is_boolean => 1 }, |
| 283 |
|
|
|
| 284 |
__PACKAGE__->add_columns( |
| 285 |
'+is_date' => { is_boolean => 1 }, |
| 286 |
); |
288 |
); |
| 287 |
|
289 |
|
| 288 |
=head2 koha_object_class |
290 |
=head2 koha_object_class |