diff --git a/app/Services/Invoice/AutoBillInvoice.php b/app/Services/Invoice/AutoBillInvoice.php index 23afaff4be..a5195d35b5 100644 --- a/app/Services/Invoice/AutoBillInvoice.php +++ b/app/Services/Invoice/AutoBillInvoice.php @@ -58,7 +58,7 @@ class AutoBillInvoice extends AbstractService $is_partial = false; /* Is the invoice payable? */ - if (! $this->invoice->isPayable()) { + if (! $this->invoice->refresh()->isPayable()) { return $this->invoice; }