|
Lines 251-256
__PACKAGE__->belongs_to(
Link Here
|
| 251 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-02-19 16:07:13 |
251 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-02-19 16:07:13 |
| 252 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8tTH0fAzewvaXRYs8+VZcg |
252 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8tTH0fAzewvaXRYs8+VZcg |
| 253 |
|
253 |
|
|
|
254 |
__PACKAGE__->add_columns( |
| 255 |
'+itype_enabled' => { is_boolean => 1 }, |
| 256 |
'+ccode_enabled' => { is_boolean => 1 }, |
| 257 |
'+holdingbranch_enabled' => { is_boolean => 1 }, |
| 258 |
'+location_enabled' => { is_boolean => 1 }, |
| 259 |
); |
| 254 |
|
260 |
|
| 255 |
# You can replace this text with custom content, and it will be preserved on regeneration |
261 |
# You can replace this text with custom content, and it will be preserved on regeneration |
| 256 |
1; |
262 |
1; |
| 257 |
- |
|
|