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();