|
Lines 192-205
the ability to act as a pickup location
Link Here
|
| 192 |
|
192 |
|
| 193 |
whether this library should show in the opac |
193 |
whether this library should show in the opac |
| 194 |
|
194 |
|
| 195 |
=head2 userjs |
195 |
=head2 opacuserjs |
| 196 |
|
196 |
|
| 197 |
data_type: 'longtext' |
197 |
data_type: 'longtext' |
| 198 |
is_nullable: 1 |
198 |
is_nullable: 1 |
| 199 |
|
199 |
|
| 200 |
branch specific javascript for the OPAC |
200 |
branch specific javascript for the OPAC |
| 201 |
|
201 |
|
| 202 |
=head2 usercss |
202 |
=head2 opacusercss |
| 203 |
|
203 |
|
| 204 |
data_type: 'longtext' |
204 |
data_type: 'longtext' |
| 205 |
is_nullable: 1 |
205 |
is_nullable: 1 |
|
Lines 255-263
__PACKAGE__->add_columns(
Link Here
|
| 255 |
{ data_type => "tinyint", default_value => 1, is_nullable => 0 }, |
255 |
{ data_type => "tinyint", default_value => 1, is_nullable => 0 }, |
| 256 |
"public", |
256 |
"public", |
| 257 |
{ data_type => "tinyint", default_value => 1, is_nullable => 0 }, |
257 |
{ data_type => "tinyint", default_value => 1, is_nullable => 0 }, |
| 258 |
"userjs", |
258 |
"opacuserjs", |
| 259 |
{ data_type => "longtext", is_nullable => 1 }, |
259 |
{ data_type => "longtext", is_nullable => 1 }, |
| 260 |
"usercss", |
260 |
"opacusercss", |
| 261 |
{ data_type => "longtext", is_nullable => 1 }, |
261 |
{ data_type => "longtext", is_nullable => 1 }, |
| 262 |
); |
262 |
); |
| 263 |
|
263 |
|
|
Lines 936-943
__PACKAGE__->has_many(
Link Here
|
| 936 |
); |
936 |
); |
| 937 |
|
937 |
|
| 938 |
|
938 |
|
| 939 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-01-26 15:44:39 |
939 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-05-05 13:59:09 |
| 940 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:V2cUJxcsWRSu4nyO3S6C4Q |
940 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:HIFh/XIWUlQIs2SJMW/yVQ |
| 941 |
|
941 |
|
| 942 |
__PACKAGE__->add_columns( |
942 |
__PACKAGE__->add_columns( |
| 943 |
'+pickup_location' => { is_boolean => 1 }, |
943 |
'+pickup_location' => { is_boolean => 1 }, |
| 944 |
- |
|
|