FIX 12.0 - error when displaying lines on order after adding a line if both MAIN_MULTILANGS and MAIN_DISABLE_PDF_AUTOUPDATE are activated

This commit is contained in:
Florian Mortgat 2020-12-02 22:25:08 +01:00
parent 662fe4c358
commit 17d5bb5cd4

View File

@ -966,6 +966,8 @@ if (empty($reshook))
}
$object->generateDocument($object->modelpdf, $outputlangs, $hidedetails, $hidedesc, $hideref);
} else {
$object->fetch_thirdparty();
}
unset($_POST['prod_entry_mode']);