Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9bb952ca

Von Kivitendo Admin vor mehr als 8 Jahren hinzugefügt

  • ID 9bb952ca987cbf71610a22c649dc1268274acd3e
  • Vorgänger cdab9f5d
  • Nachfolger 95c1cef5

Typos in Doku

Unterschiede anzeigen:

SL/Controller/Helper/ParseFilter.pm
279 279
=head1 SYNOPSIS
280 280

  
281 281
  use SL::Controller::Helper::ParseFilter;
282
  SL::DB::Object->get_all(parse_filter($::form->{filter}));
282
  SL::DB::Manager::Object->get_all(parse_filter($::form->{filter}));
283 283

  
284 284
  # or more complex
285
  SL::DB::Object->get_all(parse_filter($::form->{filter},
285
  SL::DB::Manager::Object->get_all(parse_filter($::form->{filter},
286 286
    with_objects => [ qw(part customer) ]));
287 287

  
288 288
=head1 DESCRIPTION
......
467 467

  
468 468
All these are recognized like the L<Rose::DB::Object> methods.
469 469

  
470
=item lazu_bool_eq
470
=item lazy_bool_eq
471 471

  
472 472
If the value is undefined or an empty string then this parameter will
473 473
be completely removed from the query. Otherwise a falsish filter value

Auch abrufbar als: Unified diff