Lines 97-108
__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 chargename |
|
|
101 |
|
102 |
data_type: 'varchar' |
103 |
is_nullable: 1 |
104 |
size: 100 |
105 |
|
106 |
=head2 maxissueqty |
100 |
=head2 maxissueqty |
107 |
|
101 |
|
108 |
data_type: 'integer' |
102 |
data_type: 'integer' |
Lines 261-268
__PACKAGE__->add_columns(
Link Here
|
261 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
255 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
262 |
"accountsent", |
256 |
"accountsent", |
263 |
{ data_type => "integer", is_nullable => 1 }, |
257 |
{ data_type => "integer", is_nullable => 1 }, |
264 |
"chargename", |
|
|
265 |
{ data_type => "varchar", is_nullable => 1, size => 100 }, |
266 |
"maxissueqty", |
258 |
"maxissueqty", |
267 |
{ data_type => "integer", is_nullable => 1 }, |
259 |
{ data_type => "integer", is_nullable => 1 }, |
268 |
"maxonsiteissueqty", |
260 |
"maxonsiteissueqty", |
Lines 336-343
__PACKAGE__->add_columns(
Link Here
|
336 |
__PACKAGE__->set_primary_key("branchcode", "categorycode", "itemtype"); |
328 |
__PACKAGE__->set_primary_key("branchcode", "categorycode", "itemtype"); |
337 |
|
329 |
|
338 |
|
330 |
|
339 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-11-08 17:41:17 |
331 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2019-01-04 03:06:35 |
340 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:vOr4mEAacS5WKLQifgT8EA |
332 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:slPyHZs0YvOKev3cAxdDJQ |
341 |
|
333 |
|
342 |
|
334 |
|
343 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
335 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |