FIX: Removed undeclared variable
This commit is contained in:
parent
4c7ae3d14b
commit
7c7276b5aa
@ -67,7 +67,7 @@ if (GETPOST("button_removefilter"))
|
|||||||
}
|
}
|
||||||
// Customer or supplier selected in drop box
|
// Customer or supplier selected in drop box
|
||||||
$thirdTypeSelect = GETPOST("third_select_id");
|
$thirdTypeSelect = GETPOST("third_select_id");
|
||||||
$type_element = GETPOST('type_element')?GETPOST('type_element'):$type_element;
|
$type_element = GETPOST('type_element')?GETPOST('type_element'):'';
|
||||||
|
|
||||||
|
|
||||||
$langs->load("companies");
|
$langs->load("companies");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user