|
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 296-301
__PACKAGE__->add_columns(
Link Here
|
| 296 |
'+ft_local_hold_group' => { is_boolean => 1 }, |
306 |
'+ft_local_hold_group' => { is_boolean => 1 }, |
| 297 |
'+ft_search_groups_opac' => { is_boolean => 1 }, |
307 |
'+ft_search_groups_opac' => { is_boolean => 1 }, |
| 298 |
'+ft_search_groups_staff' => { is_boolean => 1 }, |
308 |
'+ft_search_groups_staff' => { is_boolean => 1 }, |
|
|
309 |
'+ft_acquisitions' => { is_boolean => 1 }, |
| 299 |
); |
310 |
); |
| 300 |
|
311 |
|
| 301 |
1; |
312 |
1; |
| 302 |
- |
|
|