From c640d9e64a8a83220e20d5f7e571a850e1799294 Mon Sep 17 00:00:00 2001 From: nanthakumar5 Date: Tue, 27 Dec 2022 11:57:32 +0530 Subject: [PATCH] asd --- app/Helpers/custom_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Helpers/custom_helper.php b/app/Helpers/custom_helper.php index 5b082e5..2702755 100644 --- a/app/Helpers/custom_helper.php +++ b/app/Helpers/custom_helper.php @@ -532,7 +532,7 @@ function checkoutEmailSms($bookingid) $data['usertype'] = $config->usertype; $data['settings'] = getSettings(); $data['currencysymbol'] = $config->currencysymbol; - $data['pricelists'] = $this->config->pricelist; + $data['pricelists'] = $config->pricelist; $html = view('site/common/pdf/userreservation', $data); $mpdf = new \Mpdf\Mpdf();