FIX: Fecha terreno
This commit is contained in:
@ -52,4 +52,9 @@ class Prorrateo extends Ideal\Repository
|
||||
{
|
||||
return array_intersect_key($data, array_flip(['prorrateo']));
|
||||
}
|
||||
|
||||
protected function getIndex(Define\Model $model): mixed
|
||||
{
|
||||
return $model->unidad->id;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user