Fix phpcs

This commit is contained in:
Laurent Destailleur 2022-05-09 17:33:45 +02:00
parent 779b75bf65
commit 32a1c20154

View File

@ -4030,7 +4030,7 @@ class Form
* > 0 : force deposit percentage (for example, from company object) * > 0 : force deposit percentage (for example, from company object)
* @return string * @return string
*/ */
public function getSelectConditionsPaiements($selected = 0, $htmlname = 'condid', $filtertype = -1, $addempty = 0, $noinfoadmin = 0, $deposit_percent = -1) public function getSelectConditionsPaiements($selected = 0, $htmlname = 'condid', $filtertype = -1, $addempty = 0, $noinfoadmin = 0, $morecss = '', $deposit_percent = -1)
{ {
global $langs, $user, $conf; global $langs, $user, $conf;