Merge pull request #24328 from aspangaro/18a6

FIX List of auxiliary account - Width problem
This commit is contained in:
Laurent Destailleur 2023-03-26 15:32:59 +02:00 committed by GitHub
commit 414ac00ea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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