}
function getTemplateFileName() {
- if ($this->controller->getPrint() === CRM_Core_Smarty::PRINT_JSON ||
- $this->getVar('_surveyId') <= 0 ) {
+ if ($this->controller->getPrint() || $this->getVar('_surveyId') <= 0 ) {
return parent::getTemplateFileName();
}
else {
}
function getTemplateFileName() {
- if ($this->controller->getPrint() === CRM_Core_Smarty::PRINT_JSON ||
- $this->getVar('_id') <= 0 ||
+ if ($this->controller->getPrint() || $this->getVar('_id') <= 0 ||
($this->_action & CRM_Core_Action::DELETE) ||
(CRM_Utils_String::getClassName($this->_name) == 'AddProduct')
) {
}
function getTemplateFileName() {
- if ($this->controller->getPrint() === CRM_Core_Smarty::PRINT_JSON ||
- $this->getVar('_id') <= 0 ||
- ($this->_action & CRM_Core_Action::DELETE)
- ) {
+ if ($this->controller->getPrint() || $this->getVar('_id') <= 0 || $this->_action & CRM_Core_Action::DELETE) {
return parent::getTemplateFileName();
}
else {