Drop redundant column
This commit is contained in:
parent
4500c1d6fd
commit
bb20f8324e
2 changed files with 0 additions and 2 deletions
|
|
@ -102,7 +102,6 @@ class Company extends BaseModel
|
|||
'markdown_email_enabled',
|
||||
'stop_on_unpaid_recurring',
|
||||
'use_quote_terms_on_conversion',
|
||||
'show_production_description_dropdown',
|
||||
];
|
||||
|
||||
protected $hidden = [
|
||||
|
|
|
|||
|
|
@ -169,7 +169,6 @@ class CompanyTransformer extends EntityTransformer
|
|||
'convert_rate_to_client' => (bool) $company->convert_rate_to_client,
|
||||
'markdown_email_enabled' => (bool) $company->markdown_email_enabled,
|
||||
'stop_on_unpaid_recurring' => (bool) $company->stop_on_unpaid_recurring,
|
||||
'show_production_description_dropdown' => (bool)$company->show_production_description_dropdown,
|
||||
'use_quote_terms_on_conversion' => (bool) $company->use_quote_terms_on_conversion,
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue