Untitled

 avatar
unknown
plain_text
a month ago
415 B
2
Indexable
$_systemparams => CommonBo::getElement(
    SystemParamsTable::NAME,
    [SystemParamsTable::FIELD_NAME, SystemParamsTable::FIELD_VALUE, SystemParamsTable::FIELD_FRIENDLY_NAME],
    [SystemParamsTable::FIELD_IS_DELETED . ' = 0']
)


$this->dpd_fromdc = ArrayHelper::getValuebyOtherValue(
    $this->systemparams,
    SystemParamsTable::FIELD_NAME,
    'dpd_fromdc',
    SystemParamsTable::FIELD_VALUE
);
Leave a Comment