1
0
Fork 0
mirror of https://github.com/retailcrm/legacy.git synced 2025-04-06 07:03:31 +03:00
This commit is contained in:
Dmitry Mamontov 2015-11-12 08:14:28 -05:00
parent 318dbc9682
commit e796ab3ed0

View file

@ -134,7 +134,7 @@ class IcmlHelper
}
if (!array_key_exists('productName', $offer) || empty($offer['productName'])) {
$offer['name'] = $offer['name'];
$offer['productName'] = $offer['name'];
}
$offerKeys = array_keys($offer);