Issues-1 : Correct birthday to reel birthday and not birth place

This commit is contained in:
Mathieu Sanchez 2020-04-25 08:42:29 +02:00
parent a2bed4235a
commit 49c92783cd

View File

@ -121,7 +121,7 @@ class PdfUtils private constructor(
// val signatureField = acroForm.getField("Signature") as PDTextField
namesField.value = "${profile.firstName} ${profile.lastName}"
birthdayField.value = profile.birthPlace
birthdayField.value = profile.birthday
birthPlaceField.value = profile.birthPlace
addressField.value = "${profile.address} ${profile.postalCode} ${profile.city}"
cityField.value = profile.city