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