Update pdf_standard.class.php

This commit is contained in:
Frédéric FRANCE 2019-11-26 19:52:10 +01:00 committed by GitHub
parent 3a687b1dae
commit 32aca5f186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,7 +261,7 @@ class pdf_standard extends CommonStickerGenerator
// List of values to scan for a replacement
$substitutionarray = array (
'__ID__'=>$object->rowid,
'__ID__' => $object->id,
'__LOGIN__'=>$object->login,
'__FIRSTNAME__'=>$object->firstname,
'__LASTNAME__'=>$object->lastname,