From: G. Richardson Date: Mon, 11 Jul 2016 11:40:58 +0000 (+0200) Subject: Typos in Doku X-Git-Tag: release-3.5.4~2221 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=9bb952ca987cbf71610a22c649dc1268274acd3e;p=kivitendo-erp.git Typos in Doku --- diff --git a/SL/Controller/Helper/ParseFilter.pm b/SL/Controller/Helper/ParseFilter.pm index c642abf55..5e18081ee 100644 --- a/SL/Controller/Helper/ParseFilter.pm +++ b/SL/Controller/Helper/ParseFilter.pm @@ -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. All these are recognized like the L 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