Wait if PDF fails

This commit is contained in:
Hillel Coren 2018-01-02 22:37:07 +02:00
parent 39640418b5
commit 60935cb85d

View File

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