Index: trunk/SQL/Reports/RozliczenieWplywowWgDatyWplaty2009.txt
===================================================================
--- trunk/SQL/Reports/RozliczenieWplywowWgDatyWplaty2009.txt (revision 345)
+++ trunk/SQL/Reports/RozliczenieWplywowWgDatyWplaty2009.txt (revision 352)
@@ -1,7 +1,9 @@
 declare @rok int
 declare @miesiac int
+declare @tytul nvarchar(100)
 
 set @rok=2009
-set @miesiac=2
+set @miesiac=1
+set @tytul='adMot'
 
 
@@ -11,2 +13,3 @@
 WHERE     (YEAR(dataWplaty) = @rok) AND (MONTH(dataWplaty) = @miesiac) AND (Tytul IN (@tytul))
 ORDER BY Symbol, NumerFaktury
+
