Zbiór zmian 954 dla trunk/eCard/eCardMVC/Platnosci/Controllers/PlatnoscController.cs
- Data:
- 2009-12-15 15:40:16 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci/Controllers/PlatnoscController.cs (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci/Controllers/PlatnoscController.cs
r952 r954 65 65 66 66 var platnosc = _repVPayment.Find(p => p.ID_faktury == payer.Id_faktury).SingleOrDefault(); 67 68 if (!String.IsNullOrEmpty( IsError(platnosc).Error)) return View("Error1", IsError(platnosc));67 var errorViewData = _funkcjePlatnosci.IsError(platnosc, HttpContext.User.Identity.Name); 68 if (!String.IsNullOrEmpty(errorViewData.Error)) return View("Error1", errorViewData); 69 69 70 70 if (String.IsNullOrEmpty(payer.FirstName))
