minor fix

This commit is contained in:
alejandro.campos@artica.es 2021-03-12 12:46:27 +01:00
parent 3c5bf3eeef
commit b4927d6071
1 changed files with 0 additions and 6 deletions

View File

@ -299,12 +299,6 @@ $row['name'] = __('Request timeout');
$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['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['name'] = __('Inventory');
$row['control'] = html_print_button(__('Sync inventory'), 'sync-inventory', false, '', 'class="sub next"', true);