Zbiór zmian 453 dla branches/TruckExpo
- Data:
- 2009-03-17 12:51:54 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
branches/TruckExpo/BazaReklam/ClientsForm.cs (zmodyfikowane) (2 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
branches/TruckExpo/BazaReklam/ClientsForm.cs
r452 r453 2229 2229 DataRowView row = (DataRowView)kLIENCI_OSOBY_DO_KONTAKTUBindingSource.Current; 2230 2230 string nrTel = row["Tel"].ToString(); 2231 if (string.IsNullOrEmpty(nrTel)) 2232 { 2233 MessageBox.Show("Brak numer telefonu. Prawid³owy nr musi byæ w formacie +48xxxxxxxxx lub 0xxxxxxxxx"); 2234 return; 2235 } 2236 2231 2237 int customerId = Convert.ToInt32(row["customerId"]); 2232 2238 … … 2478 2484 r["data"] = DateTime.Now.AddMonths(-1); 2479 2485 r["symbol_agenta"] = User.getUser().Login; 2486 r["KontaktTypId"] = (byte)cbTypKontaktu.SelectedValue; 2480 2487 2481 2488 kONTAKTYBindingSource.MoveLast();
