mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Merge fix for client statement
This commit is contained in:
parent
4b4f7fdedb
commit
9b58a62b69
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -486,10 +486,11 @@ NINJA.invoiceLines = function(invoice) {
|
||||
}
|
||||
|
||||
NINJA.invoiceDocuments = function(invoice) {
|
||||
if (!invoice.account.invoice_embed_documents) {
|
||||
if (invoice.account.invoice_embed_documents != '1') {
|
||||
return [];
|
||||
}
|
||||
|
||||
var j = 0;
|
||||
var stack = [];
|
||||
var stackItem = null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user