minor fix
This commit is contained in:
parent
3c5bf3eeef
commit
b4927d6071
|
@ -299,12 +299,6 @@ $row['name'] = __('Request timeout');
|
||||||
$row['control'] = html_print_input_text('integria_req_timeout', $config['integria_req_timeout'], '', 3, 10, true);
|
$row['control'] = html_print_input_text('integria_req_timeout', $config['integria_req_timeout'], '', 3, 10, true);
|
||||||
$table_remote->data['integria_req_timeout'] = $row;
|
$table_remote->data['integria_req_timeout'] = $row;
|
||||||
|
|
||||||
$row = [];
|
|
||||||
$row['name'] = __('Inventory');
|
|
||||||
$row['control'] = html_print_input_text('integria_req_timeout', $config['integria_req_timeout'], '', 3, 10, true);
|
|
||||||
$table_remote->data['integria_req_timeout'] = $row;
|
|
||||||
|
|
||||||
|
|
||||||
$row = [];
|
$row = [];
|
||||||
$row['name'] = __('Inventory');
|
$row['name'] = __('Inventory');
|
||||||
$row['control'] = html_print_button(__('Sync inventory'), 'sync-inventory', false, '', 'class="sub next"', true);
|
$row['control'] = html_print_button(__('Sync inventory'), 'sync-inventory', false, '', 'class="sub next"', true);
|
||||||
|
|
Loading…
Reference in New Issue