1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Fix for PDF attachment

This commit is contained in:
Hillel Coren 2018-04-27 12:07:20 +03:00
parent 80561165c6
commit dfd27f1bd6

View File

@ -236,7 +236,7 @@
}
function waitForSignature() {
if (window.signatureAsPNG) {
if (window.signatureAsPNG || ! invoice.invitations[0].signature_base64) {
writePdfAsString();
} else {
window.setTimeout(waitForSignature, 100);