Commit 3b95576a authored by Antonio.Suerte's avatar Antonio.Suerte

CCD Not For Live Yet

parent a0be02f1
...@@ -1655,7 +1655,7 @@ class Common extends HtmlBuilder { ...@@ -1655,7 +1655,7 @@ class Common extends HtmlBuilder {
'lang' => VAL_STR_LBTF3_DISPLAY_LANG); 'lang' => VAL_STR_LBTF3_DISPLAY_LANG);
} }
if(in_array($this->getUserData(PARAM_USER_ACCOUNT), $grantDeposit -> CCD) || $accountType == 0){ if($this -> getColumnData($row, COLUMN_TEST_ACCOUNT_FLG) == 1){
$rtn[] = array( $rtn[] = array(
'name' => VAL_STR_CCDEPOSIT_NAME, 'name' => VAL_STR_CCDEPOSIT_NAME,
'logo' => VAL_STR_CCDEPOSIT_LOGO, 'logo' => VAL_STR_CCDEPOSIT_LOGO,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment