Facturacion, se agrega PropiedadUnidad
This commit is contained in:
@ -9,7 +9,7 @@ use Incoviba\Service;
|
||||
|
||||
class Propiedad extends Ideal\Repository
|
||||
{
|
||||
public function __construct(Define\Connection $connection, protected Service\Venta\Unidad $unidadService)
|
||||
public function __construct(Define\Connection $connection, protected Service\Venta\PropiedadUnidad $unidadService)
|
||||
{
|
||||
parent::__construct($connection);
|
||||
$this->setTable('propiedad');
|
||||
|
Reference in New Issue
Block a user