Dépôt officiel du code source de l'ERP OpenConcerto
/trunk/OpenConcerto/src/org/openconcerto/erp/core/humanresources/employe/element/EtatCivilSQLElement.java |
---|
56,11 → 56,9 |
return l; |
} |
protected List<String> getPrivateFields() { |
final List<String> l = new ArrayList<String>(); |
l.add("ID_ADRESSE"); |
return l; |
@Override |
public boolean isPrivate() { |
return true; |
} |
/* |