We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755a457 commit 131dc41Copy full SHA for 131dc41
src/java/fr/paris/lutece/plugins/genericattributes/business/FieldDAO.java
@@ -321,7 +321,7 @@ private Field dataToObject( DAOUtil daoUtil )
321
field.setPosition( daoUtil.getInt( nIndex++ ) );
322
field.setValueTypeDate( daoUtil.getDate( nIndex++ ) );
323
field.setNoDisplayTitle( daoUtil.getBoolean( nIndex++ ) );
324
- field.setComment( daoUtil.getString( nIndex++ ) );
+ field.setComment( daoUtil.getString( nIndex ) );
325
326
return field;
327
}
0 commit comments