Fixed issue with recurring invoices
This commit is contained in:
parent
e08c80f23c
commit
bbc6d015e8
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ if (!defined('CONTACT_EMAIL')) {
|
|||
define('NINJA_GATEWAY_CONFIG', 'NINJA_GATEWAY_CONFIG');
|
||||
define('NINJA_WEB_URL', 'https://www.invoiceninja.com');
|
||||
define('NINJA_APP_URL', 'https://app.invoiceninja.com');
|
||||
define('NINJA_VERSION', '2.4.4');
|
||||
define('NINJA_VERSION', '2.4.5');
|
||||
define('NINJA_DATE', '2000-01-01');
|
||||
|
||||
define('NINJA_FROM_EMAIL', 'maildelivery@invoiceninja.com');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue