mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor fixes
This commit is contained in:
parent
d52a7c8953
commit
439b885c1d
@ -1208,7 +1208,7 @@ class Invoice extends EntityModel implements BalanceAffecting
|
|||||||
}
|
}
|
||||||
|
|
||||||
$pdfString = strip_tags($pdfString);
|
$pdfString = strip_tags($pdfString);
|
||||||
} catch (Exception $exception) {
|
} catch (\Exception $exception) {
|
||||||
Utils::logError("PhantomJS - Failed to create pdf: {$exception->getMessage()}");
|
Utils::logError("PhantomJS - Failed to create pdf: {$exception->getMessage()}");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
@ -41,6 +41,7 @@ class Mailer
|
|||||||
$toEmail = strtolower($toEmail);
|
$toEmail = strtolower($toEmail);
|
||||||
$replyEmail = $fromEmail;
|
$replyEmail = $fromEmail;
|
||||||
$fromEmail = CONTACT_EMAIL;
|
$fromEmail = CONTACT_EMAIL;
|
||||||
|
//\Log::info("{$toEmail} | {$replyEmail} | $fromEmail");
|
||||||
|
|
||||||
// Optionally send for alternate domain
|
// Optionally send for alternate domain
|
||||||
if (!empty($data['fromEmail'])) {
|
if (!empty($data['fromEmail'])) {
|
||||||
|
@ -57,9 +57,9 @@ author = u'Invoice Ninja'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = u'2.8'
|
version = u'3.0'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = u'2.8.2'
|
release = u'3.0.2'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user