update
This commit is contained in:
@@ -90,7 +90,11 @@ class Controller extends BaseController
|
||||
}
|
||||
protected function cekInterpretasi($value, $data) {
|
||||
try {
|
||||
if ($data->batasatas == $value){
|
||||
if ($value === null || $data === null) {
|
||||
|
||||
} else if ($value === '') {
|
||||
|
||||
} else if ($data->batasatas == $value){
|
||||
return "S";
|
||||
} else if ($data->batasbawah == $value){
|
||||
return "R";
|
||||
|
||||
Reference in New Issue
Block a user