Ventas->Listado->Ventas
This commit is contained in:
@ -17,4 +17,8 @@ class Region extends Model
|
||||
'numeracion' => $this->numeracion ?? 0
|
||||
]);
|
||||
}
|
||||
public function __toString(): string
|
||||
{
|
||||
return $this->descripcion;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user