Fixing style errors.
This commit is contained in:
parent
4b783d203e
commit
221c54c16f
@ -254,7 +254,7 @@ class pdf_standard extends CommonStickerGenerator
|
|||||||
$year = date('Y', dol_now())
|
$year = date('Y', dol_now())
|
||||||
$month = date('m', dol_now())
|
$month = date('m', dol_now())
|
||||||
$day = date('d', dol_now())
|
$day = date('d', dol_now())
|
||||||
|
|
||||||
// List of values to scan for a replacement
|
// List of values to scan for a replacement
|
||||||
$substitutionarray = array(
|
$substitutionarray = array(
|
||||||
'__ID__' => $object->id,
|
'__ID__' => $object->id,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user