Index: modules/balancelist.php =================================================================== RCS file: /cvsroot/lms/modules/balancelist.php,v retrieving revision 1.65 diff -u -r1.65 balancelist.php --- modules/balancelist.php 1 Apr 2011 10:35:12 -0000 1.65 +++ modules/balancelist.php 6 Dec 2011 19:50:16 -0000 @@ -56,6 +56,9 @@ case 'address': $where = ' AND c.address ?LIKE? '.$DB->Escape("%$search%"); break; + case 'comment': + $where = ' AND cash.comment ?LIKE? '.$DB->Escape("%$search%"); + break; } } elseif($cat) Index: lib/locale/pl/strings.php =================================================================== RCS file: /cvsroot/lms/lib/locale/pl/strings.php,v retrieving revision 1.407 diff -u -r1.407 strings.php --- lib/locale/pl/strings.php 6 Dec 2011 19:28:08 -0000 1.407 +++ lib/locale/pl/strings.php 6 Dec 2011 19:50:16 -0000 @@ -2079,6 +2079,7 @@ $_LANG['Selected numbering plan doesn\'t match customer\'s division!'] = 'Wybrany plan numeracyjny nie należy do firmy klienta!'; $_LANG['with document'] = 'z dokumentem'; $_LANG['without document'] = 'bez dokumentu'; +$_LANG['comment'] = 'opis'; $_LANG['$a records for deleted nodes has been removed.
'] = '$a rekordów nieistniejących komputerów zostało usuniętych.
'; $_LANG['- select category -'] = '- wybierz kategorię -'; $_LANG['Available:'] = 'Dostępne:'; Index: templates/balancelist.html =================================================================== RCS file: /cvsroot/lms/templates/balancelist.html,v retrieving revision 1.96 diff -u -r1.96 balancelist.html --- templates/balancelist.html 10 Nov 2011 06:41:00 -0000 1.96 +++ templates/balancelist.html 6 Dec 2011 19:50:16 -0000 @@ -123,6 +123,7 @@