Mostrar correctamente venta desistida
This commit is contained in:
@ -55,7 +55,7 @@ class Mapper implements Define\Repository\Mapper
|
||||
if ($this->hasProperty()) {
|
||||
$property = $this->property;
|
||||
}
|
||||
if (isset($data[$column])) {
|
||||
if (in_array($column, array_keys($data))) {
|
||||
if ($this->hasFactory()) {
|
||||
$model->addFactory($property, $this->factory);
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user