Zbiór zmian 818 dla trunk/BazaReklam/ProductionForm.cs
- Data:
- 2009-08-25 10:46:58 (17 years ago)
- Lokalizacja:
- trunk
- Pliki:
-
- 2 zmodyfikowane
-
. (zmodyfikowane) (1 prop)
-
BazaReklam/ProductionForm.cs (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk
- Property svn:mergeinfo
-
old new 1 /branches/AutoShopper:817 1 2 /branches/ReklamaReorganizacja:568-731
-
- Property svn:mergeinfo
-
trunk/BazaReklam/ProductionForm.cs
r745 r818 457 457 foreach (Reklama reklama in lista) 458 458 { 459 if (r["id reklamy"].ToString().ToLower().Contains(reklama.nrRek.ToLower())) 459 if (!r["id reklamy"].ToString().ToLower().Contains(reklama.nrRek.ToLower())) continue; 460 461 short test; 462 463 if (reklama.costam.Count <= 1) continue; 464 465 bool result = Int16.TryParse(reklama.costam[1], out test); 466 if (result) 460 467 { 461 short test; 462 bool result = Int16.TryParse(reklama.costam[1], out test); 463 464 // r["strona"] = Convert.ToInt16(); 465 466 if (result) 467 { 468 r["strona"] = test; 469 reklama.wpisana = true; 470 } 468 r["strona"] = test; 469 reklama.wpisana = true; 471 470 } 472 471 }
