acabados todos los servicios de presupuesto

This commit is contained in:
Jaime Jiménez
2023-12-05 12:26:31 +01:00
parent ab6763aeaa
commit 834aa18560
13 changed files with 334 additions and 119 deletions

View File

@ -108,6 +108,7 @@ class PresupuestoPreimpresionesModel extends \App\Models\GoBaseModel
$builder->where('tarifa_preimpresion_id', $tarifa->tarifa_id);
$result = $builder->get()->getResultObject();
if(count($result)>0){
$this->db
->table($this->table . " t1")
->where('presupuesto_id', $presupuesto_id)