Skip to content

Commit

Permalink
Corrections
Browse files Browse the repository at this point in the history
kkhelifa-opendsi committed Aug 20, 2024
1 parent 637e298 commit 1b8f81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/reception/card.php
Original file line number Diff line number Diff line change
@@ -456,7 +456,7 @@
$outputlangs->setDefaultLang($newlang);
}
$model = $object->model_pdf;
$ret = $object->fetch($id); // Reload to get new records
$ret = $object->fetch($object->id); // Reload to get new records

$result = $object->generateDocument($model, $outputlangs, $hidedetails, $hidedesc, $hideref);
if ($result < 0) {

0 comments on commit 1b8f81d

Please sign in to comment.