mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Bug fixes
This commit is contained in:
parent
f515d57669
commit
af5f659d24
@ -68,6 +68,8 @@
|
|||||||
invoice.imageHeight = {{ $invoice->client->account->getLogoHeight() }};
|
invoice.imageHeight = {{ $invoice->client->account->getLogoHeight() }};
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
invoice.is_quote = {{ $invoice->is_quote ? 'true' : 'false' }};
|
||||||
|
|
||||||
var NINJA = NINJA || {};
|
var NINJA = NINJA || {};
|
||||||
NINJA.primaryColor = "{{ $invoice->client->account->primary_color }}";
|
NINJA.primaryColor = "{{ $invoice->client->account->primary_color }}";
|
||||||
NINJA.secondaryColor = "{{ $invoice->client->account->secondary_color }}";
|
NINJA.secondaryColor = "{{ $invoice->client->account->secondary_color }}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user