Searching Warehouse description

Hello,

when I want to search in the warehouse list with the description, I get the following error:

Das System hat einen technischen Fehler festgestellt.
Diese Informationen können bei der Fehlersuche hilfreich sein (Hinweise können entfernt werden indem $dolibarr_main_prod auf '1' gesetzt wird):
**Datum:** 20200804060931
**Dolibarr:** 12.0.1 - https://www.dolibarr.org
**Funktionslevel:** 0
**PHP:** 7.3.12
**Server:** Apache/2.4.41 (Win64) PHP/7.3.12
**OS:** Windows NT SERP 10.0 build 17763 (Windows Server 2016) AMD64
**UserAgent:** Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0

**Angefragte URL:** /dolibarr/product/stock/list.php
**Referer:** http://serp/dolibarr/product/stock/list.php?leftmenu=
**Menüverwaltung:** eldy_menu.php

**Module / Anwendungen:** user, cron, societe, contrat, fournisseur, commande, expedition, propal, ficheinter, product, service, stock, productbatch, facture, categorie, barcode, workflow, import, agenda
**Datenbank Type Manager:** mysqli
**Letzter Fehlerhafter Datenbankzugriff:** SELECT t.rowid, t.ref, t.entity, t.description, t.lieu, t.fk_parent, t.address, t.zip, t.town, t.fk_departement, t.fk_pays, t.phone, t.fax, t.statut, t.datec, t.tms, SUM(p.pmp * ps.reel) as estimatedvalue, SUM(p.price * ps.reel) as sellvalue, SUM(ps.reel) as stockqty FROM llx_entrepot as t LEFT JOIN llx_categorie_warehouse as cp ON t.rowid = cp.fk_warehouse LEFT JOIN llx_product_stock as ps ON t.rowid = ps.fk_entrepot LEFT JOIN llx_product as p ON ps.fk_product = p.rowid LEFT JOIN llx_c_departements as c_dep ON c_dep.rowid = t.fk_departement LEFT JOIN llx_c_country as ccount ON ccount.rowid = t.fk_pays WHERE t.entity IN (1) AND (description LIKE '%asf%') GROUP BY t.rowid, t.ref, t.entity, t.description, t.lieu, t.fk_parent, t.address, t.zip, t.town, t.fk_departement, t.fk_pays, t.phone, t.fax, t.statut, t.datec, t.tms ORDER BY t.ref ASC LIMIT 26
**Rückgabewert des letzten fehlerhaften Datenbankzugriff:** DB_ERROR_1052
**Information zum letzten fehlerhaften Datenbankzugriff:** Column 'description' in where clause is ambiguous

Can somebody help me? There seems like an error in the php file with the sql command.

Greetings
Martin

Thanks for the report. Push fix request: https://github.com/Dolibarr/dolibarr/pull/14370