Merge pull request #12532 from frederic34/patch-15

The property rowid does not seem to exist on Adherent.
This commit is contained in:
Laurent Destailleur 2019-11-28 12:21:35 +01:00 committed by GitHub
commit 552f2088f9
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,