Lines 172-177
__PACKAGE__->table("issuingrules");
Link Here
|
172 |
is_nullable: 1 |
172 |
is_nullable: 1 |
173 |
size: [28,6] |
173 |
size: [28,6] |
174 |
|
174 |
|
|
|
175 |
=head2 cap_fine_to_replacement_price |
176 |
|
177 |
data_type: 'tinyint' |
178 |
default_value: 0 |
179 |
is_nullable: 0 |
180 |
|
175 |
=head2 onshelfholds |
181 |
=head2 onshelfholds |
176 |
|
182 |
|
177 |
data_type: 'tinyint' |
183 |
data_type: 'tinyint' |
Lines 245-250
__PACKAGE__->add_columns(
Link Here
|
245 |
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 10 }, |
251 |
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 10 }, |
246 |
"overduefinescap", |
252 |
"overduefinescap", |
247 |
{ data_type => "decimal", is_nullable => 1, size => [28, 6] }, |
253 |
{ data_type => "decimal", is_nullable => 1, size => [28, 6] }, |
|
|
254 |
"cap_fine_to_replacement_price", |
255 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
248 |
"onshelfholds", |
256 |
"onshelfholds", |
249 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
257 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
250 |
"opacitemholds", |
258 |
"opacitemholds", |
Lines 268-276
__PACKAGE__->add_columns(
Link Here
|
268 |
__PACKAGE__->set_primary_key("branchcode", "categorycode", "itemtype"); |
276 |
__PACKAGE__->set_primary_key("branchcode", "categorycode", "itemtype"); |
269 |
|
277 |
|
270 |
|
278 |
|
271 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-05-13 17:48:39 |
279 |
# Created by DBIx::Class::Schema::Loader v0.07040 @ 2015-10-22 06:35:51 |
272 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:H6LuTmUWdqmjCc5L4hsTQA |
280 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:qvn/m/Ps7HMJG8JyVx8B2Q |
273 |
|
281 |
|
274 |
|
282 |
|
275 |
# You can replace this text with custom content, and it will be preserved on regeneration |
283 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
276 |
1; |
284 |
1; |
277 |
- |
|
|