Dalsi zmeny
This commit is contained in:
7
_custom/EMPolar/winSvc/mainSvcExec.inc
Normal file
7
_custom/EMPolar/winSvc/mainSvcExec.inc
Normal file
@ -0,0 +1,7 @@
|
||||
if (empVytezovaniDokThr<>nil) then
|
||||
if not(empVytezovaniDokThr.Started) then
|
||||
begin
|
||||
empVytezovaniDokThr.Start;
|
||||
datMod.LogInfo (Quick.Logger.etInfo, 'Start sluzby EMP vytezovani dokladu - pocet FaktPrij: ' + datMod.SQLGetString('SELECT COUNT(ID) FROM '
|
||||
+ tblDZ + ' WHERE BlokovaniEditoru IS NULL AND DruhPohybuZbo=18 AND CislOrg IS NULL'));
|
||||
end;
|
||||
Reference in New Issue
Block a user