mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-27 19:23:22 +01:00
FIX product filter in inventory list > @eldy Some parameters for "getNomUrl" exist at lines 7623 and 7624 of "commonobject.class.php" file : '$getnomurlparam = (empty($InfoFieldList[2]) ? 3 : $InfoFieldList[2]); $getnomurlparam2 = (empty($InfoFieldList[4]) ? '' : $InfoFieldList[4]);" > > I introduced a new attribute in fileds of the object class : "get_name_url_params" to separate "options" used in "selectForForms()" method. > > But I don't know if it's a good way to implement it ? Looks good to me