Fixing style errors.

This commit is contained in:
stickler-ci 2021-09-30 11:58:20 +00:00
parent 94cc75cb69
commit b069f81965

View File

@ -539,7 +539,7 @@ class FormProduct
* *
* @return string HTML select * @return string HTML select
*/ */
public function selectLotStock($selected = '', $htmlname = 'batch_id', $filterstatus = '', $empty = 0, $disabled = 0, $fk_product = 0, $fk_entrepot = 0, $objectLines = array(), $empty_label = '', $forcecombo = 0, $events = array(), $morecss = 'minwidth200' ) public function selectLotStock($selected = '', $htmlname = 'batch_id', $filterstatus = '', $empty = 0, $disabled = 0, $fk_product = 0, $fk_entrepot = 0, $objectLines = array(), $empty_label = '', $forcecombo = 0, $events = array(), $morecss = 'minwidth200')
{ {
global $conf, $langs; global $conf, $langs;
@ -624,7 +624,7 @@ class FormProduct
* *
* @return string HTML select * @return string HTML select
*/ */
public function selectLot( $htmlname = 'batch_id', $empty = 0, $fk_product = 0, $fk_entrepot = 0, $objectLines = array() ) public function selectLot($htmlname = 'batch_id', $empty = 0, $fk_product = 0, $fk_entrepot = 0, $objectLines = array())
{ {
global $conf, $langs; global $conf, $langs;