This commit is contained in:
thibdrev 2024-01-18 17:30:18 +01:00 committed by GitHub
parent a000178b0d
commit 5fbced083b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -248,7 +248,7 @@ if (empty($reshook)) {
$db->begin();
$oldinvoice = new Facture($db);
$oldinvoice->fetch(GETPOSTINT('facid');
$oldinvoice->fetch(GETPOSTINT('facid'));
$onlylines = GETPOST('toselect', 'array');