Skip to content

Commit

Permalink
COMCL-886: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Shahrukh authored and shahrukh-compuco committed Nov 5, 2024
1 parent 09f87b2 commit 1d1d186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/Financial/Page/BatchTransaction.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function saveRecord(recordID, op, recordBAO, entityID) {
window.location.href = CRM.url('civicrm/financial/batch/export', {reset: 1, id: recordID, status: 1});
return;
}
var postUrl = {/literal}"{crmURL p='civicrm/ajax/rest' h=0 q="className=CRM_Financial_Page_AJAX&fnName=assignRemove&qfKey={$financialAJAXQFKey}"}"{literal};
var postUrl = {/literal}"{crmURL p='civicrm/ajax/rest' h=0 q="className=CRM_Financial_Page_AJAX&fnName=assignRemove&qfKey=$financialAJAXQFKey"}"{literal};
//post request and get response
CRM.$.post( postUrl, { records: [recordID], recordBAO: recordBAO, op:op, entityID:entityID }, function( html ){
//this is custom status set when record update success.
Expand Down

0 comments on commit 1d1d186

Please sign in to comment.