Merge branch 'dev_add_dict_NatureOfProductType' of github.com:FHenry/dolibarr into dev_add_dict_NatureOfProductType

This commit is contained in:
Florian HENRY 2020-10-14 18:23:11 +02:00
commit 174bc67744

View File

@ -435,7 +435,7 @@ class FormProduct
* @param int $showempty 1=show empty value, 0= no * @param int $showempty 1=show empty value, 0= no
* @return string * @return string
*/ */
public function selectProductNature($name = 'finished', $selected = '', $mode = 0, $showempty=1) public function selectProductNature($name = 'finished', $selected = '', $mode = 0, $showempty = 1)
{ {
global $langs, $db; global $langs, $db;