Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a040e91f

Von Moritz Bunkus vor etwa 14 Jahren hinzugefügt

  • ID a040e91fba51d85031b0b388ec3965da24f2dc31
  • Vorgänger f4dca613
  • Nachfolger c19b30d2

Überflüssige Funktion

Conflicts:

SL/DB/Order.pm

Unterschiede anzeigen:

SL/DB/Order.pm
return shift()->invoices(query => [ abschlag => 0 ]);
}
sub convert_to {
my ($self, %params) = @_;
my $destination_type = lc(delete $params{destination_type});
if ($destination_type eq 'invoice') {
$self->convert_to_invoice(%params);
} else {
croak("Unsupported destination type `$destination_type'");
}
}
sub convert_to_invoice {
my ($self, %params) = @_;

Auch abrufbar als: Unified diff