mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
typo
This commit is contained in:
parent
5fbced083b
commit
b44dc2a3f4
|
|
@ -232,7 +232,7 @@ if (empty($reshook)) {
|
|||
// Get first contract linked to invoice used to generate template (facid is id of source invoice)
|
||||
if (GETPOSTINT('facid') > 0) {
|
||||
$srcObject = new Facture($db);
|
||||
$srcObject->fetch(GETPOSTINT('facid');
|
||||
$srcObject->fetch(GETPOSTINT('facid'));
|
||||
|
||||
$srcObject->fetchObjectLinked();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user