Merge pull request #24328 from aspangaro/18a6
FIX List of auxiliary account - Width problem
This commit is contained in:
commit
414ac00ea2
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user