v6 update

This commit is contained in:
Mohit Panjwani
2022-01-10 16:06:17 +05:30
parent b770e6277f
commit bdea879273
722 changed files with 19047 additions and 9186 deletions

View File

@ -23,11 +23,9 @@ class CustomerResource extends JsonResource
'company_name' => $this->company_name,
'website' => $this->website,
'enable_portal' => $this->enable_portal,
'password_added' => $this->password ? true : false,
'currency_id' => $this->currency_id,
'company_id' => $this->company_id,
'estimate_prefix' => $this->estimate_prefix,
'payment_prefix' => $this->payment_prefix,
'invoice_prefix' => $this->invoice_prefix,
'facebook_id' => $this->facebook_id,
'google_id' => $this->google_id,
'github_id' => $this->github_id,