Lines 96-101
__PACKAGE__->table("issuingrules");
Link Here
|
96 |
data_type: 'integer' |
96 |
data_type: 'integer' |
97 |
is_nullable: 1 |
97 |
is_nullable: 1 |
98 |
|
98 |
|
|
|
99 |
=head2 maxonsiteissueqty |
100 |
|
101 |
data_type: 'integer' |
102 |
is_nullable: 1 |
103 |
|
99 |
=head2 issuelength |
104 |
=head2 issuelength |
100 |
|
105 |
|
101 |
data_type: 'integer' |
106 |
data_type: 'integer' |
Lines 203-208
__PACKAGE__->add_columns(
Link Here
|
203 |
{ data_type => "varchar", is_nullable => 1, size => 100 }, |
208 |
{ data_type => "varchar", is_nullable => 1, size => 100 }, |
204 |
"maxissueqty", |
209 |
"maxissueqty", |
205 |
{ data_type => "integer", is_nullable => 1 }, |
210 |
{ data_type => "integer", is_nullable => 1 }, |
|
|
211 |
"maxonsiteissueqty", |
212 |
{ data_type => "integer", is_nullable => 1 }, |
206 |
"issuelength", |
213 |
"issuelength", |
207 |
{ data_type => "integer", is_nullable => 1 }, |
214 |
{ data_type => "integer", is_nullable => 1 }, |
208 |
"lengthunit", |
215 |
"lengthunit", |
Lines 253-260
__PACKAGE__->add_columns(
Link Here
|
253 |
__PACKAGE__->set_primary_key("branchcode", "categorycode", "itemtype"); |
260 |
__PACKAGE__->set_primary_key("branchcode", "categorycode", "itemtype"); |
254 |
|
261 |
|
255 |
|
262 |
|
256 |
# Created by DBIx::Class::Schema::Loader v0.07040 @ 2014-12-19 07:00:40 |
263 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-05-13 17:48:39 |
257 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CE8yuYC5QgPHI2GOjiT28w |
264 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:H6LuTmUWdqmjCc5L4hsTQA |
258 |
|
265 |
|
259 |
|
266 |
|
260 |
# You can replace this text with custom content, and it will be preserved on regeneration |
267 |
# You can replace this text with custom content, and it will be preserved on regeneration |
261 |
- |
|
|