Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9287c2ab

Von Jan Büren vor fast 3 Jahren hinzugefügt

  • ID 9287c2ab25a6c86b17b95945f3304a9f589a0426
  • Vorgänger 984e73ad
  • Nachfolger 3a21f30f

Suche nach Bemerkung in EK-Rechnung, findet jetzt auch Großbuchstaben

Unterschiede anzeigen:

SL/AP.pm
546 546
    push(@values, like($form->{transaction_description}));
547 547
  }
548 548
  if ($form->{notes}) {
549
    $where .= " AND lower(a.notes) LIKE ?";
549
    $where .= " AND a.notes ILIKE ?";
550 550
    push(@values, like($form->{notes}));
551 551
  }
552 552
  if ($form->{project_id}) {

Auch abrufbar als: Unified diff