Lines 320-325
__PACKAGE__->belongs_to(
Link Here
|
320 |
__PACKAGE__->add_columns( |
320 |
__PACKAGE__->add_columns( |
321 |
'+itype_enabled' => { is_boolean => 1 }, |
321 |
'+itype_enabled' => { is_boolean => 1 }, |
322 |
'+ccode_enabled' => { is_boolean => 1 }, |
322 |
'+ccode_enabled' => { is_boolean => 1 }, |
|
|
323 |
'+homebranch_enabled' => { is_boolean => 1 }, |
323 |
'+holdingbranch_enabled' => { is_boolean => 1 }, |
324 |
'+holdingbranch_enabled' => { is_boolean => 1 }, |
324 |
'+location_enabled' => { is_boolean => 1 }, |
325 |
'+location_enabled' => { is_boolean => 1 }, |
325 |
); |
326 |
); |
326 |
- |
|
|