FIX #7265
This commit is contained in:
parent
e25a428118
commit
e3370b6a98
@ -924,8 +924,8 @@ function updateOrder($authentication,$order)
|
|||||||
{
|
{
|
||||||
// Define output language
|
// Define output language
|
||||||
$outputlangs = $langs;
|
$outputlangs = $langs;
|
||||||
$order->generateDocument($order->modelpdf, $outputlangs);
|
$object->generateDocument($order->modelpdf, $outputlangs);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($order['status'] == 0) $result=$object->set_reopen($fuser);
|
if ($order['status'] == 0) $result=$object->set_reopen($fuser);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user