Skip to content
Snippets Groups Projects
Commit fdd523c1 authored by Heinz Boesl's avatar Heinz Boesl Committed by David Büchler
Browse files

Addressformat

parent f1602997
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ AddressUtils.formatOnelineSql = function ()
{
//request (and resulting change) was made here to NOT include Country int othe title
var maskingHelper = new SqlMaskingUtils();
var sqlExpression = maskingHelper.concat(["ADDRESS.ADDRESS", "ADDRESS.BUILDINGNO", "ADDRESS.ZIP", "ADDRESS.CITY", "ADDRESS.ADDRIDENTIFIER"], ", ");
var sqlExpression = maskingHelper.concat(["ADDRESS.ADDRESS", "ADDRESS.BUILDINGNO", "'-'", "ADDRESS.COUNTRY", "ADDRESS.ZIP", "ADDRESS.CITY", "ADDRESS.ADDRIDENTIFIER"]);
return sqlExpression;
};
......
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