From c4798c34b01fb479e45e8f5ee5041fc949417b5e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 7 May 2019 00:26:31 +0200 Subject: [PATCH] Fix autocompletion of product on stock correction --- htdocs/cashdesk/tpl/facturation1.tpl.php | 11 ----------- htdocs/core/class/html.form.class.php | 4 +++- htdocs/product/stock/tpl/stocktransfer.tpl.php | 3 +-- 3 files changed, 4 insertions(+), 14 deletions(-) diff --git a/htdocs/cashdesk/tpl/facturation1.tpl.php b/htdocs/cashdesk/tpl/facturation1.tpl.php index 3a3fcd0a6b8..763ad6a257e 100644 --- a/htdocs/cashdesk/tpl/facturation1.tpl.php +++ b/htdocs/cashdesk/tpl/facturation1.tpl.php @@ -55,17 +55,6 @@ $langs->loadLangs(array("main","bills","cashdesk")); onfocus="javascript: this.select();" /> - price_level; - print ajax_autocompleter($selected, $htmlname, DOL_URL_ROOT.'/product/ajax/products.php', 'outjson=1&price_level='.$price_level.'&type='.$filtertype.'&mode=1&status='.$status.'&finished='.$finished, $conf->global->PRODUIT_USE_SEARCH_TO_SELECT); - if (! $hidelabel) print $langs->trans("RefOrLabel").' : '; - print ''; - */ - ?> -