1
0
Fork 0
mirror of synced 2025-04-16 07:31:03 +00:00

ref validation code

This commit is contained in:
Ivan Chaplygin 2022-12-30 12:46:37 +03:00
parent 04e9b20c63
commit 1b95aca925

View file

@ -600,6 +600,7 @@ class RetailCrmOrder
'UserTable::getById',
'Error find user: ' . $order['USER_ID'] . ' in order: ' . $order['ID']
);
return;
}