Atualizando companies_save.php
This commit is contained in:
parent
e8a274ebdb
commit
de39ec2bbd
1 changed files with 1 additions and 1 deletions
2
vendor/model/ProductsCompanies.class.php
vendored
2
vendor/model/ProductsCompanies.class.php
vendored
|
|
@ -126,7 +126,7 @@ class ProductsCompanies
|
|||
GROUP_CONCAT(cp.product_id ORDER BY cp.product_company_id SEPARATOR \', \') AS product_ids,
|
||||
GROUP_CONCAT(cp.description ORDER BY cp.product_company_id SEPARATOR \', \') AS descriptions,
|
||||
GROUP_CONCAT(p.description ORDER BY cp.product_company_id SEPARATOR \', \') AS products,
|
||||
GROUP_CONCAT(p.reference ORDER BY cp.product_company_id SEPARATOR \', \') AS references,
|
||||
GROUP_CONCAT(p.reference ORDER BY cp.product_company_id SEPARATOR \', \') AS `references`,
|
||||
GROUP_CONCAT(cp.product_value ORDER BY cp.product_company_id SEPARATOR \', \') AS product_values
|
||||
FROM
|
||||
products_companies cp
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue