Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision df2e5373

Von Philip Reetz vor mehr als 17 Jahren hinzugefügt

  • ID df2e5373f7c53eb670955e9912ef8c123711bb4d
  • Vorgänger 7783c24d
  • Nachfolger 7ff2b447

Buchungen wurden nicht korrekt angezeigt, wenn gleiche Referenz aber unterschiedliche
Beschreibung

Unterschiede anzeigen:

bin/mozilla/ca.pl
410 410
    $totaldebit  += $ca->{debit};
411 411
    $totalcredit += $ca->{credit};
412 412

  
413
    $column_data{transdate}   = ($ca->{"reference"} ne $last || $form->{sort} ne "transdate") ? qq|<td>$ca->{transdate}</td>| : qq|<td></td>|;
414
    $column_data{reference}   = ($ca->{"reference"} ne $last) ? qq|<td>$href</td>| : qq|<td></td>|;
415
    $column_data{description} = ($ca->{"reference"} ne $last) ? qq|<td>$ca->{description}</td>| : qq|<td></td>|;
413
    $column_data{transdate}   = ($ca->{"index"} ne $last || $form->{sort} ne "transdate") ? qq|<td>$ca->{transdate}</td>| : qq|<td></td>|;
414
    $column_data{reference}   = ($ca->{"index"} ne $last) ? qq|<td>$href</td>| : qq|<td></td>|;
415
    $column_data{description} = ($ca->{"index"} ne $last) ? qq|<td>$ca->{description}</td>| : qq|<td></td>|;
416 416
    
417
    $i++ if($ca->{"reference"} ne $last);
417
    $i++ if($ca->{"index"} ne $last);
418 418
    $i %= 2;
419
    $last=$ca->{"reference"};
419
    $last=$ca->{"index"};
420 420
    print qq|
421 421
        <tr class=listrow$i>
422 422
|;

Auch abrufbar als: Unified diff