Index: branches/TruckExpo/BazaReklam/ClientsForm.cs
===================================================================
--- branches/TruckExpo/BazaReklam/ClientsForm.cs (revision 452)
+++ branches/TruckExpo/BazaReklam/ClientsForm.cs (revision 453)
@@ -2229,4 +2229,10 @@
                 DataRowView row = (DataRowView)kLIENCI_OSOBY_DO_KONTAKTUBindingSource.Current;
                 string nrTel = row["Tel"].ToString();
+                if (string.IsNullOrEmpty(nrTel))
+                {
+                    MessageBox.Show("Brak numer telefonu. Prawid³owy nr musi byæ w formacie +48xxxxxxxxx lub 0xxxxxxxxx");
+                    return;
+                }
+
                 int  customerId = Convert.ToInt32(row["customerId"]);
 
@@ -2478,4 +2484,5 @@
                     r["data"] = DateTime.Now.AddMonths(-1);
                     r["symbol_agenta"] = User.getUser().Login;
+                    r["KontaktTypId"] = (byte)cbTypKontaktu.SelectedValue;
 
                     kONTAKTYBindingSource.MoveLast();
