Added xml file for schema

This commit is contained in:
civiwaresolution
2019-09-19 22:54:14 +01:00
committed by Pradeep Nayak
parent 5596e9b90b
commit ae5edc1f48
6 changed files with 266 additions and 91 deletions

View File

@ -214,7 +214,7 @@ use CRM_Core_Form_EntityFormTrait;
if (!empty($result['is_error'])) {
CRM_Core_Error::statusBounce($result['error_message'], CRM_Utils_System::url('civicrm/', "reset=1&action=browse"), ts('Cannot Delete'));
}
CRM_Core_Session::setStatus(ts('Selected Bank Account has been deleted.'), ts('Record Deleted'), 'success');
CRM_Core_Session::setStatus(ts('Selected Related entity has been deleted.'), ts('Record Deleted'), 'success');
}
else {
// store the submitted values in an array
@ -240,7 +240,7 @@ use CRM_Core_Form_EntityFormTrait;
);
}
if ($buttonName == $this->getButtonName('next', 'new')) {
CRM_Core_Session::setStatus(ts(' You can add another Bank Account.'));
CRM_Core_Session::setStatus(ts(' You can add another Related entity.'));
$session->replaceUserContext(CRM_Utils_System::url('civicrm/relatedentities/add',
"action=add&reset=1&entityTable={$this->entity_table}&entityId={$apiParams['entity_id_a']}")
);