Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
nanthakumar5 committed Dec 27, 2022
1 parent 65ab90b commit c640d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Helpers/custom_helper.php
Expand Up @@ -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();
Expand Down

0 comments on commit c640d9e

Please sign in to comment.