Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 796b3881

Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt

  • ID 796b3881fae7c5f5feacfc5914a2d47cb85e18e6
  • Vorgänger c7581445
  • Nachfolger 0a25d5a4

Liste der Zahlungsein- und -ausgänge: Spalte "Referenz" mit Link zum Bearbeiten versehen (so wie es vorher auch war).

Unterschiede anzeigen:

bin/mozilla/rp.pl
2312 2312
      $module = 'is' if ($payment->{invoice} && $payment->{module} eq 'ar');
2313 2313
      $module = 'ir' if ($payment->{invoice} && $payment->{module} eq 'ap');
2314 2314

  
2315
      my $link = build_std_url("module=${module}.pl", 'action=edit', 'id=' . E($payment->{id}), 'callback');
2316

  
2317 2315
      $subtotal_paid += $payment->{paid};
2318 2316
      $total_paid    += $payment->{paid};
2319 2317

  
......
2328 2326
        };
2329 2327
      }
2330 2328

  
2329
      $row->{invnumber}->{link} = build_std_url("script=${module}.pl", 'action=edit', 'id=' . E($payment->{id}), 'callback');
2330

  
2331 2331
      $report->add_data($row);
2332 2332
    }
2333 2333

  

Auch abrufbar als: Unified diff