1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Wait if PDF fails

This commit is contained in:
Hillel Coren 2018-01-02 22:37:24 +02:00
parent 1d28b4a74f
commit d4fecd5f11

View File

@ -1258,6 +1258,7 @@ class Invoice extends EntityModel implements BalanceAffecting
break;
} else {
$pdfString = false;
sleep(2);
}
}
}