fix typo
This commit is contained in:
parent
d020c4133a
commit
4fd8d6c05a
@ -793,7 +793,7 @@ function updateInvoice($authentication,$invoice)
|
|||||||
$order->generateDocument($invoice->modelpdf, $outputlangs);
|
$order->generateDocument($invoice->modelpdf, $outputlangs);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($invlice['status'] == 2)
|
if ($invoice['status'] == 2)
|
||||||
{
|
{
|
||||||
$result = $object->set_paid($fuser,$invoice->close_code,$invoice->close_note);
|
$result = $object->set_paid($fuser,$invoice->close_code,$invoice->close_note);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user