forked from Coded/SIPRP
update jars
fix provider git-svn-id: https://svn.coded.pt/svn/SIPRP@1460 bb69d46d-e84e-40c8-a05a-06db0d633741
This commit is contained in:
parent
4f719699e6
commit
2be82279af
8 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -85,14 +85,14 @@ public class CursosTemplatesProvider extends DefaultTemplateProvider
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
String profissao = super.getProfissao( pessoa );
|
String profissao = pessoa.getProfissao();
|
||||||
if( profissao == null )
|
if( profissao == null )
|
||||||
{
|
{
|
||||||
JOptionPane.showMessageDialog( parent, "A profiss" + atilde + "o do formando tem de estar preenchida!", "Erro", JOptionPane.ERROR_MESSAGE, null );
|
JOptionPane.showMessageDialog( parent, "A profiss" + atilde + "o do formando tem de estar preenchida!", "Erro", JOptionPane.ERROR_MESSAGE, null );
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
String naturalidade = super.getNaturalDe( pessoa );
|
String naturalidade = pessoa.getNaturalidade();
|
||||||
if( naturalidade == null )
|
if( naturalidade == null )
|
||||||
{
|
{
|
||||||
JOptionPane.showMessageDialog( parent, "A naturalidade do formando tem de estar preenchida!", "Erro", JOptionPane.ERROR_MESSAGE, null );
|
JOptionPane.showMessageDialog( parent, "A naturalidade do formando tem de estar preenchida!", "Erro", JOptionPane.ERROR_MESSAGE, null );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue