Zbiór zmian 30 dla Baza Reklam 2 - Faktury/Classes
- Data:
- 2008-12-29 22:00:01 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
Baza Reklam 2 - Faktury/Classes/Utils.cs (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
Baza Reklam 2 - Faktury/Classes/Utils.cs
r21 r30 259 259 public static int numerNowejFakturyKorekty(string tagAgenta, int year) 260 260 { 261 string query = "select count(*) from faktury where idFakturyKorekta is not null and [numer_roz]='" + tagAgenta + "'AND [numer_rok]=" + year;261 string query = "select count(*) from faktury where idFakturyKorekta is not null AND [numer_rok]=" + year; 262 262 263 263 int nr = (int)ExecuteQuery(query);
