Issues-1 : Correct birthday to reel birthday and not birth place
This commit is contained in:
parent
a2bed4235a
commit
49c92783cd
@ -121,7 +121,7 @@ class PdfUtils private constructor(
|
|||||||
// val signatureField = acroForm.getField("Signature") as PDTextField
|
// val signatureField = acroForm.getField("Signature") as PDTextField
|
||||||
|
|
||||||
namesField.value = "${profile.firstName} ${profile.lastName}"
|
namesField.value = "${profile.firstName} ${profile.lastName}"
|
||||||
birthdayField.value = profile.birthPlace
|
birthdayField.value = profile.birthday
|
||||||
birthPlaceField.value = profile.birthPlace
|
birthPlaceField.value = profile.birthPlace
|
||||||
addressField.value = "${profile.address} ${profile.postalCode} ${profile.city}"
|
addressField.value = "${profile.address} ${profile.postalCode} ${profile.city}"
|
||||||
cityField.value = profile.city
|
cityField.value = profile.city
|
||||||
|
Loading…
Reference in New Issue
Block a user