CRM-15322 - JS break on click Quick Config link for Regular Fee in Fee Section of...
authoratif-shaikh <shaikh388@gmail.com>
Wed, 17 Sep 2014 11:21:00 +0000 (16:51 +0530)
committeratif-shaikh <shaikh388@gmail.com>
Wed, 17 Sep 2014 11:21:00 +0000 (16:51 +0530)
https://issues.civicrm.org/jira/browse/CRM-15322

templates/CRM/Event/Form/ManageEvent/Fee.tpl

index d5d33c1ac5e9b23643d10ce7892610fb1f0667e2..9047d1ff7d5da326e08df28fcb7334d77fb03639 100644 (file)
     $("#quickconfig").click(function(e) {
       e.preventDefault();
       CRM.confirm({
-        width: 400.
+        width: 400,
         message: {/literal}"{ts escape='js'}Once you switch to using a Price Set, you won't be able to switch back to your existing settings below except by re-entering them. Are you sure you want to switch to a Price Set?{/ts}"{literal}
       }).on('crmConfirm:yes', function() {
           {/literal}