AKZA#37067 Calendar view is zonder syncstate

svn path=/Website/branches/v2016.1/; revision=29940
This commit is contained in:
Jos Groot Lipman
2016-07-04 12:01:10 +00:00
parent be0764e49f
commit 6b475aaa49

View File

@@ -69,8 +69,8 @@ while (!oRs.Eof)
{ {
var line = 'IF NOT ERRORLEVEL 1 Cscript /NoLogo ..\\..\\..\\utils\\gen_import\\gen_import.wsf ' var line = 'IF NOT ERRORLEVEL 1 Cscript /NoLogo ..\\..\\..\\utils\\gen_import\\gen_import.wsf '
+ customerId + ' ' + sync_app_key + ' ' + oRs("res_ruimte_key").Value + ' >>' + logfile + ' 2>>&1'; + customerId + ' ' + sync_app_key + ' ' + oRs("res_ruimte_key").Value + ' >>' + logfile + ' 2>>&1';
fbat.WriteLine(line + "\n");
} }
fbat.WriteLine(line + "\n");
oRs.MoveNext(); oRs.MoveNext();
} }