Index: branches/TruckExpo/BrMerger/Form1.cs
===================================================================
--- branches/TruckExpo/BrMerger/Form1.cs (revision 451)
+++ branches/TruckExpo/BrMerger/Form1.cs (revision 454)
@@ -117,13 +117,4 @@
                         idCustomer = Convert.ToInt32(obj1);
 
-                        Debug.WriteLine("Nowy klient: " + idCustomer);
-
-                        cmd3.CommandText = "INSERT INTO " + bazaReklamDbName + ".dbo.Klienci_Osoby_Do_Kontaktu " +
-                            "(customerid, Imie_Nazwisko, stanowisko, Tel, email, opis) " +
-                            "SELECT " + idCustomer + ", Imie_Nazwisko, stanowisko, Tel, email, opis " +
-                            "FROM " + truckExpoDbName + ".dbo.Klienci_Osoby_Do_Kontaktu " +
-                            "WHERE CustomerID=" + rdrCustomer["CustomerID"];
-                        n = cmd3.ExecuteNonQuery();
-                        nKlienci_Osoby_Do_Kontaktu += n;
                     }
                     else
@@ -177,4 +168,12 @@
                     }
 
+                    cmd3.CommandText = "INSERT INTO " + bazaReklamDbName + ".dbo.Klienci_Osoby_Do_Kontaktu " +
+                           "(customerid, Imie_Nazwisko, stanowisko, Tel, email, opis) " +
+                           "SELECT " + idCustomer + ", Imie_Nazwisko, stanowisko, Tel, email, opis " +
+                           "FROM " + truckExpoDbName + ".dbo.Klienci_Osoby_Do_Kontaktu " +
+                           "WHERE CustomerID=" + rdrCustomer["CustomerID"];
+                    n = cmd3.ExecuteNonQuery();
+                    nKlienci_Osoby_Do_Kontaktu += n;
+
 
                     //Reklamy Truck_Expo
