Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a579f5a7

Von Sven Schöling vor fast 13 Jahren hinzugefügt

  • ID a579f5a7cff2654827ad1f1a27795a00899f159e
  • Vorgänger d03863a2
  • Nachfolger 75154480

Kosmetik (Whitespace)

Unterschiede anzeigen:

SL/RP.pm
213 213

  
214 214
  # if l_ob is selected l_cb is always ignored
215 215
  if ( $form->{l_ob} ) {
216
    $where .= ' AND ac.ob_transaction is true  ' 
216
    $where .= ' AND ac.ob_transaction is true  '
217 217
  } elsif ( not $form->{l_cb} ) {
218 218
    $where .= ' AND ac.cb_transaction is false ';
219 219
  };
......
1237 1237
    WHERE ((paid != amount) OR (datepaid > (date $todate) AND datepaid is not null))
1238 1238
      AND NOT COALESCE (${arap}.storno, 'f')
1239 1239
      AND (${arap}.${ct}_id = ${ct}.id)
1240
      $where_dpt 
1240
      $where_dpt
1241 1241
      AND (${ct}.id = ?)
1242 1242
      AND (transdate <= (date $todate) $fromwhere )
1243 1243
      $review_of_aging_list

Auch abrufbar als: Unified diff