fix typo
This commit is contained in:
parent
f9ca46697c
commit
bbf5f1389f
@ -86,7 +86,7 @@ public class GenericEditorFactory implements IEditorFactory, Serializable {
|
||||
}
|
||||
|
||||
private IHSEditor getMemberAssetActionEditor(String action, PropertyInfo propertyInfo, HSAdminSession session, Map<String, String> whereContext) {
|
||||
final String[] items = new String[] { " PAYMENT", "PAYBACK", "ADOPTION", "HANDOVER", "LOSS", "CLEARING", "PRESCRIPTION" };
|
||||
final String[] items = new String[] { "PAYMENT", "PAYBACK", "ADOPTION", "HANDOVER", "LOSS", "CLEARING", "PRESCRIPTION" };
|
||||
final HSSelect field = new HSSelect(propertyInfo, 0, Arrays.asList(items));
|
||||
field.setWidth("100%");
|
||||
field.setEnabled(isWriteAble(propertyInfo, action));
|
||||
|
Loading…
Reference in New Issue
Block a user