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
$module = 'is' if ($payment->{invoice} && $payment->{module} eq 'ar');
$module = 'ir' if ($payment->{invoice} && $payment->{module} eq 'ap');
my $link = build_std_url("module=${module}.pl", 'action=edit', 'id=' . E($payment->{id}), 'callback');
$subtotal_paid += $payment->{paid};
$total_paid += $payment->{paid};
......
};
}
$row->{invnumber}->{link} = build_std_url("script=${module}.pl", 'action=edit', 'id=' . E($payment->{id}), 'callback');
$report->add_data($row);
}

Auch abrufbar als: Unified diff