FIX: Removed undeclared variable

This commit is contained in:
Raphaël Doursenaud 2014-09-18 11:57:15 +02:00 committed by Raphaël Doursenaud
parent 4c7ae3d14b
commit 7c7276b5aa

View File

@ -67,7 +67,7 @@ if (GETPOST("button_removefilter"))
}
// Customer or supplier selected in drop box
$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");