Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2ea1a379

Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt

  • ID 2ea1a379cc2e8992077a8a6f6e413952d1e32bfd
  • Vorgänger 41adf433
  • Nachfolger 699e686c

Neuer Bericht »Liquiditätsvorschau«

Unterschiede anzeigen:

SL/OE.pm
244 244
    $query  .= qq| AND ${not} COALESCE(pcfg.active, 'f')|;
245 245
  }
246 246

  
247
  if ($form->{reqdate_unset_or_old}) {
248
    $query .= qq| AND ((o.reqdate IS NULL) OR (o.reqdate < date_trunc('month', current_date)))|;
249
  }
250

  
247 251
  if (($form->{order_probability_value} || '') ne '') {
248 252
    my $op  = $form->{order_probability_value} eq 'le' ? '<=' : '>=';
249 253
    $query .= qq| AND (o.order_probability ${op} ?)|;

Auch abrufbar als: Unified diff