mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-14 15:13:29 +01:00
Set grandfathered id
This commit is contained in:
parent
28e4e09fc4
commit
db52b92e78
@ -773,7 +773,7 @@ if (!defined('CONTACT_EMAIL')) {
|
|||||||
|
|
||||||
// Pro users who started paying on or before this date will be able to manage users
|
// Pro users who started paying on or before this date will be able to manage users
|
||||||
define('PRO_USERS_GRANDFATHER_DEADLINE', '2016-06-04');
|
define('PRO_USERS_GRANDFATHER_DEADLINE', '2016-06-04');
|
||||||
define('EXTRAS_GRANDFATHER_COMPANY_ID', 0);
|
define('EXTRAS_GRANDFATHER_COMPANY_ID', 35089);
|
||||||
|
|
||||||
// WePay
|
// WePay
|
||||||
define('WEPAY_PRODUCTION', 'production');
|
define('WEPAY_PRODUCTION', 'production');
|
||||||
|
Loading…
Reference in New Issue
Block a user