Atualizando companies_save.php
This commit is contained in:
parent
349fc27ed4
commit
03010d1862
1 changed files with 1 additions and 1 deletions
2
vendor/model/ProductsCompanies.class.php
vendored
2
vendor/model/ProductsCompanies.class.php
vendored
|
|
@ -136,7 +136,7 @@ class ProductsCompanies
|
|||
cp.company_id = :company_id
|
||||
AND cp.status = \'A\'
|
||||
GROUP BY
|
||||
cp.maturity, cp.readjustment;';
|
||||
cp.maturity, cp.readjustment, p.type;';
|
||||
|
||||
/** Preparo o SQL para execução */
|
||||
$this->stmt = $this->connection->connect()->prepare($this->sql);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue