Display client signature on the PDF
This commit is contained in:
parent
03a275847f
commit
45de11866d
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@
|
|||
"margin": [200, 10, 0, 0]
|
||||
},
|
||||
{
|
||||
"text": "$signatureDate",
|
||||
"text": ["{{ trans('texts.signed') }}: ", "$signatureDate"],
|
||||
"margin": [200, -40, 0, 0]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue