mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
working on demo data
This commit is contained in:
parent
c0237474ef
commit
668e322834
@ -27,7 +27,7 @@ class CompanySettings extends BaseSettings
|
|||||||
public $auto_archive_invoice = false;
|
public $auto_archive_invoice = false;
|
||||||
public $lock_sent_invoices = false;
|
public $lock_sent_invoices = false;
|
||||||
|
|
||||||
public $lock_invoices = 'off'; //off,when_sent,when_paid
|
//public $lock_invoices = 'off'; //off,when_sent,when_paid
|
||||||
|
|
||||||
public $enable_client_portal_tasks = false;
|
public $enable_client_portal_tasks = false;
|
||||||
public $enable_client_portal_password = false;
|
public $enable_client_portal_password = false;
|
||||||
@ -238,7 +238,7 @@ class CompanySettings extends BaseSettings
|
|||||||
public $client_portal_privacy_policy = '';
|
public $client_portal_privacy_policy = '';
|
||||||
|
|
||||||
public static $casts = [
|
public static $casts = [
|
||||||
'lock_invoices' => 'string',
|
// 'lock_invoices' => 'string',
|
||||||
'client_portal_terms' => 'string',
|
'client_portal_terms' => 'string',
|
||||||
'client_portal_privacy_policy' => 'string',
|
'client_portal_privacy_policy' => 'string',
|
||||||
'client_can_register' => 'bool',
|
'client_can_register' => 'bool',
|
||||||
|
Loading…
Reference in New Issue
Block a user