Typos in Doku
authorG. Richardson <information@kivitendo-premium.de>
Mon, 11 Jul 2016 11:40:58 +0000 (13:40 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Mon, 11 Jul 2016 11:42:56 +0000 (13:42 +0200)
SL/Controller/Helper/ParseFilter.pm

index c642abf..5e18081 100644 (file)
@@ -279,10 +279,10 @@ SL::Controller::Helper::ParseFilter - Convert a form filter spec into a RDBO get
 =head1 SYNOPSIS
 
   use SL::Controller::Helper::ParseFilter;
-  SL::DB::Object->get_all(parse_filter($::form->{filter}));
+  SL::DB::Manager::Object->get_all(parse_filter($::form->{filter}));
 
   # or more complex
-  SL::DB::Object->get_all(parse_filter($::form->{filter},
+  SL::DB::Manager::Object->get_all(parse_filter($::form->{filter},
     with_objects => [ qw(part customer) ]));
 
 =head1 DESCRIPTION
@@ -467,7 +467,7 @@ Adds "% .. %" around the search string and applies C<trim>.
 
 All these are recognized like the L<Rose::DB::Object> methods.
 
-=item lazu_bool_eq
+=item lazy_bool_eq
 
 If the value is undefined or an empty string then this parameter will
 be completely removed from the query. Otherwise a falsish filter value