Fix for PDF attachment
This commit is contained in:
parent
80561165c6
commit
dfd27f1bd6
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@
|
|||
}
|
||||
|
||||
function waitForSignature() {
|
||||
if (window.signatureAsPNG) {
|
||||
if (window.signatureAsPNG || ! invoice.invitations[0].signature_base64) {
|
||||
writePdfAsString();
|
||||
} else {
|
||||
window.setTimeout(waitForSignature, 100);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue