Unused variable
This commit is contained in:
parent
5b90302bf8
commit
8642791dce
@ -54,7 +54,6 @@ $hookmanager->initHooks(array('takeposinvoice'));
|
|||||||
|
|
||||||
$langs->loadLangs(array("companies", "commercial", "bills", "cashdesk", "stocks", "banks"));
|
$langs->loadLangs(array("companies", "commercial", "bills", "cashdesk", "stocks", "banks"));
|
||||||
|
|
||||||
$id = GETPOST('id', 'int');
|
|
||||||
$action = GETPOST('action', 'aZ09');
|
$action = GETPOST('action', 'aZ09');
|
||||||
$idproduct = GETPOST('idproduct', 'int');
|
$idproduct = GETPOST('idproduct', 'int');
|
||||||
$place = (GETPOST('place', 'aZ09') ? GETPOST('place', 'aZ09') : 0); // $place is id of table for Bar or Restaurant
|
$place = (GETPOST('place', 'aZ09') ? GETPOST('place', 'aZ09') : 0); // $place is id of table for Bar or Restaurant
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user