Lines 97-112
__PACKAGE__->table("issuingrules");
Link Here
|
97 |
data_type: 'integer' |
97 |
data_type: 'integer' |
98 |
is_nullable: 1 |
98 |
is_nullable: 1 |
99 |
|
99 |
|
100 |
=head2 maxissueqty |
|
|
101 |
|
102 |
data_type: 'integer' |
103 |
is_nullable: 1 |
104 |
|
105 |
=head2 maxonsiteissueqty |
106 |
|
107 |
data_type: 'integer' |
108 |
is_nullable: 1 |
109 |
|
110 |
=head2 issuelength |
100 |
=head2 issuelength |
111 |
|
101 |
|
112 |
data_type: 'integer' |
102 |
data_type: 'integer' |
Lines 255-264
__PACKAGE__->add_columns(
Link Here
|
255 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
245 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
256 |
"accountsent", |
246 |
"accountsent", |
257 |
{ data_type => "integer", is_nullable => 1 }, |
247 |
{ data_type => "integer", is_nullable => 1 }, |
258 |
"maxissueqty", |
|
|
259 |
{ data_type => "integer", is_nullable => 1 }, |
260 |
"maxonsiteissueqty", |
261 |
{ data_type => "integer", is_nullable => 1 }, |
262 |
"issuelength", |
248 |
"issuelength", |
263 |
{ data_type => "integer", is_nullable => 1 }, |
249 |
{ data_type => "integer", is_nullable => 1 }, |
264 |
"lengthunit", |
250 |
"lengthunit", |
Lines 328-335
__PACKAGE__->add_columns(
Link Here
|
328 |
__PACKAGE__->set_primary_key("branchcode", "categorycode", "itemtype"); |
314 |
__PACKAGE__->set_primary_key("branchcode", "categorycode", "itemtype"); |
329 |
|
315 |
|
330 |
|
316 |
|
331 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2019-01-04 03:06:35 |
317 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2019-03-02 14:08:29 |
332 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:slPyHZs0YvOKev3cAxdDJQ |
318 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZxB3VXeGIW17ZsI9bUoSXw |
333 |
|
319 |
|
334 |
|
320 |
|
335 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
321 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
336 |
- |
|
|