From 19691d3329451b3ed67b3ec915c87cd1c5a11c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Wed, 7 Aug 2024 19:44:35 +0300 Subject: [PATCH] Fixed `payment_terms` unvariable issue.. --- app/Http/ViewComposers/DocumentRecurring.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Http/ViewComposers/DocumentRecurring.php b/app/Http/ViewComposers/DocumentRecurring.php index 31f932ba8..b2baa106f 100644 --- a/app/Http/ViewComposers/DocumentRecurring.php +++ b/app/Http/ViewComposers/DocumentRecurring.php @@ -32,7 +32,6 @@ class DocumentRecurring $view->with([ 'type' => $type, - 'payment_terms' => $payment_terms, ]); // Override the whole file