Bug fixes

This commit is contained in:
Hillel Coren 2014-05-25 16:55:47 +03:00
parent f515d57669
commit af5f659d24
2 changed files with 4 additions and 2 deletions

View File

@ -68,6 +68,8 @@
invoice.imageHeight = {{ $invoice->client->account->getLogoHeight() }};
@endif
invoice.is_quote = {{ $invoice->is_quote ? 'true' : 'false' }};
var NINJA = NINJA || {};
NINJA.primaryColor = "{{ $invoice->client->account->primary_color }}";
NINJA.secondaryColor = "{{ $invoice->client->account->secondary_color }}";