Fix PHPCS

This commit is contained in:
Laurent Destailleur 2016-02-24 17:05:34 +01:00
parent 02c0f52880
commit 9e8fcd19aa

View File

@ -135,6 +135,7 @@ class FormProduct
* @param int $showstock 1=show stock count
* @param int $forcecombo force combo iso ajax select2
* @param array $events events to add to select2
* @param string $morecss Add more css classes
* @return string HTML select
*/
function selectWarehouses($selected='',$htmlname='idwarehouse',$filtertype='',$empty=0,$disabled=0,$fk_product=0,$empty_label='', $showstock=0, $forcecombo=0, $events=array(), $morecss='')