diff --git a/app/Services/PdfMaker/Design.php b/app/Services/PdfMaker/Design.php index 818307c806ef..6164bad7a2e9 100644 --- a/app/Services/PdfMaker/Design.php +++ b/app/Services/PdfMaker/Design.php @@ -241,6 +241,10 @@ class Design extends BaseDesign if ($this->entity instanceof Quote) { $variables = $this->context['pdf_variables']['quote_details']; + + if ($this->entity->partial > 0) { + $variables[] = '$quote.balance_due'; + } } if ($this->entity instanceof Credit) {