|
|
@@ -709,7 +709,7 @@ class ApproachDeclarationForm extends Model
|
|
|
}
|
|
|
|
|
|
if($totalPv<$decLevel['PERF']){
|
|
|
- if ($hasInstalment && $decLevel['LEVEL_NAME'] == 'Elite'){
|
|
|
+ if ($hasInstalment && $decLevel['LEVEL_NAME'] == 'Silver'){
|
|
|
}else{
|
|
|
throw new Exception(Yii::t('app', 'totalBVCanNotLessThanSelectedBV'));
|
|
|
}
|
|
|
@@ -720,7 +720,7 @@ class ApproachDeclarationForm extends Model
|
|
|
}
|
|
|
}
|
|
|
if ($this->decLv != $toDecLevel) {
|
|
|
- if ($hasInstalment && $decLevel['LEVEL_NAME'] == 'Elite'){
|
|
|
+ if ($hasInstalment && $decLevel['LEVEL_NAME'] == 'Silver'){
|
|
|
}else{
|
|
|
throw new Exception(Yii::t('app', 'totalBVCanNotLessThanNextSelectedLevelBV'));
|
|
|
}
|