Lines 159-164
SIP2 protocol media type for this itemtype
Link Here
|
159 |
|
159 |
|
160 |
Hide the item type from the search options in OPAC |
160 |
Hide the item type from the search options in OPAC |
161 |
|
161 |
|
|
|
162 |
=head2 updatenotforloan |
163 |
|
164 |
data_type: 'tinyint' |
165 |
default_value: 1 |
166 |
is_nullable: 0 |
167 |
|
162 |
=head2 searchcategory |
168 |
=head2 searchcategory |
163 |
|
169 |
|
164 |
data_type: 'varchar' |
170 |
data_type: 'varchar' |
Lines 217-222
__PACKAGE__->add_columns(
Link Here
|
217 |
{ data_type => "varchar", is_nullable => 1, size => 3 }, |
223 |
{ data_type => "varchar", is_nullable => 1, size => 3 }, |
218 |
"hideinopac", |
224 |
"hideinopac", |
219 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
225 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
|
|
226 |
"updatenotforloan", |
227 |
{ data_type => "tinyint", default_value => 1, is_nullable => 0 }, |
220 |
"searchcategory", |
228 |
"searchcategory", |
221 |
{ data_type => "varchar", is_nullable => 1, size => 80 }, |
229 |
{ data_type => "varchar", is_nullable => 1, size => 80 }, |
222 |
"automatic_checkin", |
230 |
"automatic_checkin", |
Lines 333-340
__PACKAGE__->has_many(
Link Here
|
333 |
); |
341 |
); |
334 |
|
342 |
|
335 |
|
343 |
|
336 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2021-04-22 09:12:04 |
344 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-03-15 04:27:16 |
337 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/kFAnQQ7q1KaLJ9h7vk0vg |
345 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:w0Or8tfi3pk/DuUWOhkzrA |
338 |
|
346 |
|
339 |
__PACKAGE__->add_columns( |
347 |
__PACKAGE__->add_columns( |
340 |
'+rentalcharge_hourly_calendar' => { is_boolean => 1 }, |
348 |
'+rentalcharge_hourly_calendar' => { is_boolean => 1 }, |
341 |
- |
|
|