Skip to content

Commit

Permalink
COMCL-954: Add fixes for smarty4
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Shahrukh committed Jan 2, 2025
1 parent 1a062eb commit 058fecb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions templates/CRM/Certificate/Form/CertificateConfigure.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@

<script language="javascript" type="text/javascript">
let ref = { $entityRefs }
let statusRef = { $entityStatusRefs }
let ref = {$entityRefs}
let statusRef = {$entityStatusRefs}
let performingUpdate = false
const TYPE_CASES = "1";
const TYPE_EVENTS = "2";
const TYPE_MEMBERSHIP = "3";
const FORMAT_IMAGE = "2";
const TYPE_TEMPLATE = "1";
const previousFileURL = { $previousFile }
const previousFileURL = {$previousFile}
{ literal }
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Certificate/Page/CertificateDownload.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</div>

<script language="javascript" type="text/javascript">
let format = { $imageFormat }
let format = {$imageFormat}
{ literal }
CRM.$(function ($) {
Expand Down

0 comments on commit 058fecb

Please sign in to comment.