Ver Fonte

* Fix warning

Michaël Van Canneyt há 3 anos atrás
pai
commit
6ab796a4b5
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/fcl-db/extjsdataset.pas

+ 1 - 1
packages/fcl-db/extjsdataset.pas

@@ -228,7 +228,7 @@ Var
 
 
 begin
 begin
   Result:=True;
   Result:=True;
-  if anUpdate.OriginalStatus=usDeleted then
+  if anUpdate.Status=usDeleted then
     exit;
     exit;
   D:=anUpdate.ServerData;
   D:=anUpdate.ServerData;
   If isNull(D) then
   If isNull(D) then