mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#10899 required module inventory select
This commit is contained in:
parent
726ab896f1
commit
d501e49f4c
@ -7436,13 +7436,20 @@ function ui_get_inventory_module_add_form(
|
|||||||
0,
|
0,
|
||||||
'',
|
'',
|
||||||
__('Select inventory module'),
|
__('Select inventory module'),
|
||||||
0,
|
'',
|
||||||
true,
|
true,
|
||||||
false,
|
false,
|
||||||
false,
|
false,
|
||||||
'w100p',
|
'w100p',
|
||||||
false,
|
false,
|
||||||
'width: 100%'
|
'width: 100%',
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
'',
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
true
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user