Skip to content

Commit

Permalink
Fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
uryvskiy-dima committed May 8, 2024
1 parent a5d408c commit 725ad79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions retailcrm/lib/RetailcrmCatalog.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,7 @@ function ($val) use ($inactiveCategories, $categoriesIds) {

$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']);
Expand Down

0 comments on commit 725ad79

Please sign in to comment.