mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
haciendo el comparador del backend
This commit is contained in:
@ -90,6 +90,16 @@ class PresupuestoDireccionesModel extends \App\Models\GoBaseModel
|
||||
->groupEnd();
|
||||
}
|
||||
|
||||
|
||||
public function updateLineaEnvio($lineaEnvio){
|
||||
|
||||
$lineaTemp = $lineaEnvio;
|
||||
unset($lineaTemp->pais);
|
||||
|
||||
$this->save($lineaTemp);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get resource data for pdf generation.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user