Skip to content
Snippets Groups Projects
Commit 9de53466 authored by juanf's avatar juanf
Browse files

SSDM-4474 : URL is forced now the be a link

SVN: 37563
parent f870320c
No related branches found
No related tags found
No related merge requests found
......@@ -950,7 +950,7 @@ SUPPLIER = [MANDATORY_ITEM_VERSION, False, "SUPPLIER", "", [
[MANDATORY_ITEM_VERSION, "COMPANY_LANGUAGE", "General", "Company language", DataType.CONTROLLEDVOCABULARY, "LANGUAGE", "Company language", None, None, True],
[MANDATORY_ITEM_VERSION, "CUSTOMER_NUMBER", "General", "Customer number", DataType.VARCHAR, None, "Customer number", None, None],
[MANDATORY_ITEM_VERSION, "PREFERRED_ORDER_METHOD", "General", "Preferred Order Method", DataType.CONTROLLEDVOCABULARY, "PREFERRED_ORDER_METHOD", "Preferred Order Method", None, None, True],
[MANDATORY_ITEM_VERSION, "URL", "General", "URL", DataType.VARCHAR, None, "URL", None, None],
[MANDATORY_ITEM_VERSION, "URL", "General", "URL", DataType.HYPERLINK, None, "URL", None, None],
[MANDATORY_ITEM_VERSION, "ADDITIONAL_INFORMATION", "General", "Additional Information", DataType.VARCHAR, None, "Additional Information", None, None],
[MANDATORY_ITEM_VERSION, "ANNOTATIONS_STATE", "Comments", "Annotations State", DataType.XML, None, "Annotations State", None, None]
]];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment