Merge pull request #12532 from frederic34/patch-15
The property rowid does not seem to exist on Adherent.
This commit is contained in:
commit
552f2088f9
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user