From 8642791dce3153ec7f5be35499e729687c49d362 Mon Sep 17 00:00:00 2001 From: bahfir abbes Date: Thu, 27 Apr 2023 12:09:01 +0100 Subject: [PATCH] Unused variable --- htdocs/takepos/invoice.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/takepos/invoice.php b/htdocs/takepos/invoice.php index fec43a23599..6b55ecd532e 100644 --- a/htdocs/takepos/invoice.php +++ b/htdocs/takepos/invoice.php @@ -54,7 +54,6 @@ $hookmanager->initHooks(array('takeposinvoice')); $langs->loadLangs(array("companies", "commercial", "bills", "cashdesk", "stocks", "banks")); -$id = GETPOST('id', 'int'); $action = GETPOST('action', 'aZ09'); $idproduct = GETPOST('idproduct', 'int'); $place = (GETPOST('place', 'aZ09') ? GETPOST('place', 'aZ09') : 0); // $place is id of table for Bar or Restaurant