mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-11 12:50:55 +00:00
Fix mistake
This commit is contained in:
parent
307b3dc0e6
commit
d9daf7277b
1 changed files with 1 additions and 2 deletions
|
@ -209,8 +209,7 @@ class RetailcrmCatalog
|
|||
|
||||
$useServices = RetailcrmTools::isIcmlServicesEnabled()
|
||||
&& !empty($product['is_virtual'])
|
||||
&& empty($product['uploadable_files'])
|
||||
;
|
||||
&& empty($product['uploadable_files']);
|
||||
|
||||
$offers = Product::getProductAttributesIds($product['id_product']);
|
||||
$features = Product::getFrontFeaturesStatic($id_lang, $product['id_product']);
|
||||
|
|
Loading…
Add table
Reference in a new issue