mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Remove tax_all_products
This commit is contained in:
parent
143255d544
commit
82f7c376db
@ -327,7 +327,6 @@ use Laracasts\Presenter\PresentableTrait;
|
||||
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Vendor> $vendors
|
||||
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Webhook> $webhooks
|
||||
* @property int $calculate_taxes
|
||||
* @property int $tax_all_products
|
||||
* @property mixed $tax_data
|
||||
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Activity> $activities
|
||||
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Activity> $all_activities
|
||||
@ -557,7 +556,6 @@ class Company extends BaseModel
|
||||
'convert_expense_currency',
|
||||
'notify_vendor_when_paid',
|
||||
'calculate_taxes',
|
||||
'tax_all_products',
|
||||
];
|
||||
|
||||
protected $hidden = [
|
||||
|
@ -194,7 +194,6 @@ class CompanyTransformer extends EntityTransformer
|
||||
'notify_vendor_when_paid' => (bool) $company->notify_vendor_when_paid,
|
||||
'invoice_task_hours' => (bool) $company->invoice_task_hours,
|
||||
'calculate_taxes' => (bool) $company->calculate_taxes,
|
||||
'tax_all_products' => (bool) $company->tax_all_products,
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user