Merge pull request #24622 from bafbes/abb170175

fix:Unused variable
This commit is contained in:
Laurent Destailleur 2023-04-27 14:58:53 +02:00 committed by GitHub
commit efc660aac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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