Skip to content
Snippets Groups Projects
Commit 64819c5d authored by Tobias Feldmann's avatar Tobias Feldmann
Browse files

Context_lib fixes

parent 32e61d8d
No related branches found
No related tags found
No related merge requests found
......@@ -121,14 +121,12 @@ ContextUtils._getSelectMap = function()
"ORGANISATION",
"ORGANISATIONID",
"",
"",
""
],
"Person": [
(new ContactTitleRenderer(Contact.createWithColumnPreset()).asSql()),
"PERSON join CONTACT on PERSON.PERSONID = CONTACT.PERSON_ID join ORGANISATION on ORGANISATION.ORGANISATIONID = CONTACT.ORGANISATION_ID ",
"CONTACTID",
"",
"CONTACT",
""
],
......@@ -150,7 +148,6 @@ ContextUtils._getSelectMap = function()
"SALESPROJECT",
"SALESPROJECTID",
"CONTACT_ID",
"",
"STARTDATE"
],
"Contract": [
......@@ -161,7 +158,6 @@ ContextUtils._getSelectMap = function()
"CONTRACT",
"CONTRACTID",
"CONTACT_ID",
"",
"CONTRACTSTART"
],
"Offer": [
......@@ -175,7 +171,6 @@ ContextUtils._getSelectMap = function()
"OFFER",
"OFFERID",
"CONTACT_ID",
"",
"OFFERDATE"
],
"Order": [
......@@ -189,7 +184,6 @@ ContextUtils._getSelectMap = function()
"SALESORDER",
"SALESORDERID",
"CONTACT_ID",
"",
"ORDERDATE"
],
"Product": [
......@@ -201,7 +195,6 @@ ContextUtils._getSelectMap = function()
"PRODUCT",
"PRODUCTID",
"",
"",
""
],
"Task": [
......@@ -210,7 +203,6 @@ ContextUtils._getSelectMap = function()
"TASKID",
translate.text("Task"),
"",
"",
""
]
}
......
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