1
0
mirror of synced 2025-01-19 17:31:43 +03:00

+fix userCreation without crm id; v1.0.9

This commit is contained in:
Grisha Pomadchin 2014-07-22 15:35:57 +04:00
parent 9218018b7c
commit 74eb5f1d39
2 changed files with 3 additions and 2 deletions

View File

@ -505,6 +505,7 @@ class ICrmOrderActions
// we dont need new orders without any customers (can check only for externalId)
if(!isset($order['customer']['externalId']) && !$order['customer']['externalId']) {
if(!isset($order['customer']['id'])) continue; // if no id then skip
if (!$order['customer']['email']) {
$login = 'user_' . (microtime(true) * 10000) . mt_rand(1, 1000);
$server_name = 0 < strlen(SITE_SERVER_NAME)?

View File

@ -1,5 +1,5 @@
<?
$arModuleVersion = array(
"VERSION" => "1.0.8",
"VERSION_DATE" => "2014-07-14 10:49:00"
"VERSION" => "1.0.9",
"VERSION_DATE" => "2014-07-22 15:35:00"
);