FIX List of auxiliary account - Width problem
This commit is contained in:
parent
3090caccb4
commit
74f54e0291
@ -451,7 +451,7 @@ class FormAccounting extends Form
|
|||||||
* @param string $labelhtmlname HTML name of label for autofill of account from name.
|
* @param string $labelhtmlname HTML name of label for autofill of account from name.
|
||||||
* @return string String with HTML select
|
* @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
|
// phpcs:enable
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user