Small fix in a message that uses "fiscal code" instead of ID.
FEA: ItEr69S04BugFixing
This commit is contained in:
parent
f2f64c6990
commit
1be321f69a
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ public class Worker extends Resource implements Comparable {
|
|||
return !isVirtual();
|
||||
}
|
||||
|
||||
@AssertTrue(message = "Fiscal code already used. It has to be be unique")
|
||||
@AssertTrue(message = "ID already used. It has to be be unique")
|
||||
public boolean checkConstraintUniqueFiscalCode() {
|
||||
if (!areFirstNameSurnameNifSpecified()) {
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue