mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
trabajando en los errores de calculo de tarifas
This commit is contained in:
@ -209,6 +209,7 @@ class ProveedorModel extends \App\Models\BaseModel
|
||||
->select(
|
||||
"t1.id AS value, t1.nombre AS label, t1.propiedades AS options")
|
||||
->where("tipo_id", $tipoId)
|
||||
->where("is_deleted", 0)
|
||||
->orderBy('t1.nombre', 'asc');
|
||||
|
||||
return $builder->get()->getResultObject();
|
||||
|
||||
Reference in New Issue
Block a user