Skip to content
Snippets Groups Projects
Commit ffd435d9 authored by Frédéric France's avatar Frédéric France
Browse files

Fix 1662 Search filter display discrepancy

parent 671243e8
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,8 @@ else
{
$texte = $langs->trans("ProductsAndServices");
}
// Add what we are searching for
if (! empty($sall)) $texte.= " - ".$sall;
$sql = 'SELECT DISTINCT p.rowid, p.ref, p.label, p.barcode, p.price, p.price_ttc, p.price_base_type,';
$sql.= ' p.fk_product_type, p.tms as datem,';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment