mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
FIX #7265
This commit is contained in:
parent
e25a428118
commit
e3370b6a98
|
|
@ -924,8 +924,8 @@ function updateOrder($authentication,$order)
|
|||
{
|
||||
// Define output language
|
||||
$outputlangs = $langs;
|
||||
$order->generateDocument($order->modelpdf, $outputlangs);
|
||||
|
||||
$object->generateDocument($order->modelpdf, $outputlangs);
|
||||
|
||||
}
|
||||
}
|
||||
if ($order['status'] == 0) $result=$object->set_reopen($fuser);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user