API: v.1.6 Create client fixes
This commit is contained in:
@@ -26,6 +26,7 @@ class CreateBarcode extends HRCCommand implements HRCCommandInterface {
|
||||
$client->user_code = strtoupper(md5(time() + $i));
|
||||
$client->group_id = $group['code'];
|
||||
$client->is_special_price = 0;
|
||||
$client->barcode_type = 1;
|
||||
|
||||
$barcode = new ClientsBarcode;
|
||||
$barcode->code_id = $i;
|
||||
|
||||
Reference in New Issue
Block a user