Lines 111-116
Use this group to identify libraries as pick up location for holds
Link Here
|
111 |
|
111 |
|
112 |
Use this group to identify libraries as part of float group |
112 |
Use this group to identify libraries as part of float group |
113 |
|
113 |
|
|
|
114 |
=head2 ft_acquisitions |
115 |
|
116 |
data_type: 'tinyint' |
117 |
default_value: 0 |
118 |
is_nullable: 0 |
119 |
|
120 |
Use this group in the acquisitions module |
121 |
|
114 |
=head2 created_on |
122 |
=head2 created_on |
115 |
|
123 |
|
116 |
data_type: 'timestamp' |
124 |
data_type: 'timestamp' |
Lines 153-158
__PACKAGE__->add_columns(
Link Here
|
153 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
161 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
154 |
"ft_local_float_group", |
162 |
"ft_local_float_group", |
155 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
163 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
|
|
164 |
"ft_acquisitions", |
165 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
156 |
"created_on", |
166 |
"created_on", |
157 |
{ |
167 |
{ |
158 |
data_type => "timestamp", |
168 |
data_type => "timestamp", |
Lines 266-273
__PACKAGE__->belongs_to(
Link Here
|
266 |
); |
276 |
); |
267 |
|
277 |
|
268 |
|
278 |
|
269 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-10-04 17:58:31 |
279 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-02-19 15:07:22 |
270 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:M9YgMuCWhncegAzkH8uoJg |
280 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+YOn4aK2aZarRa9Lrq5UKw |
271 |
|
281 |
|
272 |
sub koha_object_class { |
282 |
sub koha_object_class { |
273 |
'Koha::Library::Group'; |
283 |
'Koha::Library::Group'; |
274 |
- |
|
|