update validasi benefit & plan
This commit is contained in:
@@ -13,9 +13,9 @@ class ExclusionService
|
||||
{
|
||||
protected function validateDiagnosisExclusionRow($row)
|
||||
{
|
||||
// if (empty($row['service_code'])) {
|
||||
// throw new ImportRowException(__('plan.RECORD_TYPE_REQUIRED'), 0, null, $row);
|
||||
// }
|
||||
if (empty($row['service_code'])) {
|
||||
throw new ImportRowException(__('plan.REQUIRED'), 0, null, $row);
|
||||
}
|
||||
}
|
||||
|
||||
public function handleDiagnosisExclusionRow(Corporate $corporate, $row)
|
||||
|
||||
Reference in New Issue
Block a user