W dniu 15 marca 2012 20:28 użytkownik Tomasz Chiliński <tomasz.chilinski@chilan.com> napisał:

A patcha gotowego gdzieś znajdę? ;-)


dla faktur:
#v+
if(isset($_POST['search']))
     $s = $_POST['search'];
 else
     $SESSION->restore('ils', $s);

 if(!isset($s))
     {
     $year=date("Y", time());
     $month=date("m", time());
     $s = $year.'/'.$month;
     }

if(isset($_POST['cat']))
$c = $_POST['cat'];
else
$SESSION->restore('ilc', $c);
if (!isset($c))
{
$c="month";
}
...
#v-

i to działa. do rejestru próbuje właśnie analogicznie, ale $_POST['cat'] ogólnie jest ustawione ale jest puste. nie łapie mi się na tego ifa :(
--
Pozdrawiam
Marcin / nicraM