diff --git a/app/DataMapper/CompanySettings.php b/app/DataMapper/CompanySettings.php index 5db860dd3786..7df564862163 100644 --- a/app/DataMapper/CompanySettings.php +++ b/app/DataMapper/CompanySettings.php @@ -33,7 +33,7 @@ class CompanySettings extends BaseSettings public $enable_client_portal_dashboard = true; //implemented public $signature_on_pdf = false; public $document_email_attachment = false; - public $send_portal_password = false; + //public $send_portal_password = false; public $portal_design_id = '1'; @@ -274,7 +274,7 @@ class CompanySettings extends BaseSettings 'email_template_statement' => 'string', 'email_subject_statement' => 'string', 'signature_on_pdf' => 'bool', - 'send_portal_password' => 'bool', + // 'send_portal_password' => 'bool', 'quote_footer' => 'string', 'page_size' => 'string', 'font_size' => 'int', diff --git a/app/Http/Controllers/OpenAPI/CompanySettingsSchema.php b/app/Http/Controllers/OpenAPI/CompanySettingsSchema.php index 76b0769118e3..893c6cb7454d 100644 --- a/app/Http/Controllers/OpenAPI/CompanySettingsSchema.php +++ b/app/Http/Controllers/OpenAPI/CompanySettingsSchema.php @@ -129,7 +129,6 @@ * @OA\Property(property="email_template_statement", type="string", example="template matter", description="____________"), * @OA\Property(property="email_subject_statement", type="string", example="subject matter", description="____________"), * @OA\Property(property="signature_on_pdf", type="boolean", example=false, description="____________"), - * @OA\Property(property="send_portal_password", type="boolean", example=false, description="____________"), * @OA\Property(property="quote_footer", type="string", example="the quote footer", description="____________"), * @OA\Property(property="email_subject_custom1", type="string", example="Custom Subject 1", description="____________"), * @OA\Property(property="email_subject_custom2", type="string", example="Custom Subject 2", description="____________"),