1.0.5 #3

Merged
fabio.sinibaldi merged 19 commits from 1.0.5 into master 2021-01-14 16:49:22 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bdb3b6c2cc - Show all commits

View File

@ -83,7 +83,7 @@ public class TestModel {
// Relazione scavo
RelazioneScavo relScavo=new RelazioneScavo();
relScavo.setAbstractSection("simple abstract section");
relScavo.setAbstractEng("simple abstract section");
relScavo.setResponsabili(concessione.getAuthors());
concessione.setRelazioneScavo(relScavo);