FIX List of auxiliary account - Width problem

This commit is contained in:
Alexandre SPANGARO 2023-03-23 10:31:47 +01:00
parent 3090caccb4
commit 74f54e0291

View File

@ -451,7 +451,7 @@ class FormAccounting extends Form
* @param string $labelhtmlname HTML name of label for autofill of account from name.
* @return string String with HTML select
*/
public function select_auxaccount($selectid, $htmlname = 'account_num_aux', $showempty = 0, $morecss = 'maxwidth250', $usecache = '', $labelhtmlname = '')
public function select_auxaccount($selectid, $htmlname = 'account_num_aux', $showempty = 0, $morecss = 'minwidth100 maxwidth300 maxwidthonsmartphone', $usecache = '', $labelhtmlname = '')
{
// phpcs:enable