mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
cambios realizados y bug direcciones corregidos
This commit is contained in:
@ -1004,7 +1004,8 @@ class Presupuestocliente extends \App\Controllers\BaseResourceController
|
||||
$coste = $tarifa_final->precio;
|
||||
}
|
||||
else{
|
||||
$coste = $tarifas_envio[0]->precio;
|
||||
if(count($tarifas_envio) > 0)
|
||||
$coste = $tarifas_envio[0]->precio;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user