mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
typo
This commit is contained in:
parent
a000178b0d
commit
5fbced083b
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user