Skip to content

Commit

Permalink
Merge pull request #1659 from Luis-Cruz/feature/ACDM-1780-1
Browse files Browse the repository at this point in the history
Fixed label.
  • Loading branch information
Luis-Cruz authored Aug 28, 2020
2 parents 2c5132c + 10d9c94 commit 208a659
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ private Spreadsheet generateSpreadsheet(SpecialSeasonStatusTrackerBean bean) {
row.setCell(BundleUtil.getString(Bundle.APPLICATION, "label.isDislocated"), Boolean.toString(isDislocated));
row.setCell(BundleUtil.getString(Bundle.APPLICATION, "label.residence.country"), getResidenceCountry(person));
row.setCell(BundleUtil.getString(Bundle.APPLICATION, "label.residence.postCode"), getResidencePostCode(person));
row.setCell(BundleUtil.getString(Bundle.APPLICATION, "label.residence.postCode"), getIngression(registration));
row.setCell(BundleUtil.getString(Bundle.APPLICATION, "label.ingression"), getIngression(registration));
}

return spreadsheet;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6801,3 +6801,4 @@ createPostingRule.startDate.cannot.be.before.tomorrow = It's not possible to cre
label.isDislocated = Dislocated
label.residence.country = Country of Residence
label.residence.postCode = Residence Post Code
label.ingression = Ingression
Original file line number Diff line number Diff line change
Expand Up @@ -6839,3 +6839,4 @@ createPostingRule.startDate.cannot.be.before.tomorrow = Não é possível criar
label.isDislocated = Deslocado
label.residence.country = País de Residência
label.residence.postCode = Código Postal de Residência
label.ingression = Ingresso

0 comments on commit 208a659

Please sign in to comment.