|
Lines 152-157
type (CSS class) for the checkinmsg, can be 'alert' or 'message'
Link Here
|
| 152 |
|
152 |
|
| 153 |
SIP2 protocol media type for this itemtype |
153 |
SIP2 protocol media type for this itemtype |
| 154 |
|
154 |
|
|
|
155 |
=head2 sip_magnetic |
| 156 |
|
| 157 |
data_type: 'tinyint' |
| 158 |
default_value: 0 |
| 159 |
is_nullable: 0 |
| 160 |
|
| 161 |
Indicates if items of this type are magnetic media for SIP |
| 162 |
|
| 155 |
=head2 hideinopac |
163 |
=head2 hideinopac |
| 156 |
|
164 |
|
| 157 |
data_type: 'tinyint' |
165 |
data_type: 'tinyint' |
|
Lines 233-238
__PACKAGE__->add_columns(
Link Here
|
| 233 |
}, |
241 |
}, |
| 234 |
"sip_media_type", |
242 |
"sip_media_type", |
| 235 |
{ data_type => "varchar", is_nullable => 1, size => 3 }, |
243 |
{ data_type => "varchar", is_nullable => 1, size => 3 }, |
|
|
244 |
"sip_magnetic", |
| 245 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
| 236 |
"hideinopac", |
246 |
"hideinopac", |
| 237 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
247 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
| 238 |
"searchcategory", |
248 |
"searchcategory", |
|
Lines 360-367
__PACKAGE__->has_many(
Link Here
|
| 360 |
); |
370 |
); |
| 361 |
|
371 |
|
| 362 |
|
372 |
|
| 363 |
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-08-20 19:06:37 |
373 |
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2026-01-16 07:51:34 |
| 364 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:T/3QdCb353e+qBkN4as7Bg |
374 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ePo0BPleQ9DPVHUiMea2Rw |
| 365 |
|
375 |
|
| 366 |
__PACKAGE__->add_columns( |
376 |
__PACKAGE__->add_columns( |
| 367 |
'+automatic_checkin' => { is_boolean => 1 }, |
377 |
'+automatic_checkin' => { is_boolean => 1 }, |
| 368 |
- |
|
|