diff --git a/app/Models/Invoice.php b/app/Models/Invoice.php index e14d2cc26275..66ecdacda7a4 100644 --- a/app/Models/Invoice.php +++ b/app/Models/Invoice.php @@ -1258,6 +1258,7 @@ class Invoice extends EntityModel implements BalanceAffecting break; } else { $pdfString = false; + sleep(2); } } }