automatic linking
This commit is contained in:
@@ -23,6 +23,7 @@ class Corporate extends Model
|
||||
'help_text',
|
||||
'active',
|
||||
'linking_rules',
|
||||
'automatic_linking'
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
|
||||
@@ -69,6 +69,7 @@ class CorporateBenefit extends Model
|
||||
'show_benefit_item',
|
||||
'show_benefit_value',
|
||||
'active',
|
||||
'limit_free_tc',
|
||||
'reason'
|
||||
];
|
||||
|
||||
@@ -127,6 +128,7 @@ class CorporateBenefit extends Model
|
||||
"Prorate Lookup" => 'prorate_lookup',
|
||||
"Max Days for Disability" => 'max_days_for_disability',
|
||||
"Max Periode of Disability" => 'max_period_for_disability',
|
||||
"Limit Free TC" => 'limit_free_tc',
|
||||
"Currency" => 'currency',
|
||||
"Show Benefit Item" => 'show_benefit_item',
|
||||
"Show Benefit Value" => 'show_benefit_value',
|
||||
@@ -187,6 +189,7 @@ class CorporateBenefit extends Model
|
||||
"Prorate Lookup",
|
||||
"Max Days for Disability",
|
||||
"Max Periode of Disability",
|
||||
"Limit Free TC",
|
||||
"Currency",
|
||||
"Show Benefit Item",
|
||||
"Show Benefit Value",
|
||||
|
||||
Reference in New Issue
Block a user