This commit is contained in:
2020-06-04 00:29:31 -04:00
parent cc566d4a39
commit c1d4046c93
9 changed files with 17 additions and 39 deletions

View File

@ -117,7 +117,6 @@ class Producto extends Model {
$this->valor = $data->valor;
$this->direccion = new Direccion();
$this->direccion->map($data);
$this->valor($data->valor);
$this->destacado((isset($data->destacado) and $data->destacado == 'on') ? true : false);
$this->descripcion = $data->descripcion;
$this->publicacion = $data->publicacion;