Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision bcdeb6ec

Von Tamino Steinert vor mehr als 2 Jahren hinzugefügt

  • ID bcdeb6ecdf8f6bdd981167ffb0a3dafcc4408eb5
  • Vorgänger a6c54e9f
  • Nachfolger c389a0e6

Workflow: (sales/purchase) invoice → reclamation

Unterschiede anzeigen:

SL/DB/PurchaseInvoice.pm
join ' ', grep $_, map $_[0]->$_, qw(displayable_type record_number);
};
sub convert_to_reclamation {
my ($self, %params) = @_;
$params{destination_type} = $self->is_sales ? 'sales_reclamation'
: 'purchase_reclamation';
require SL::DB::Reclamation;
my $reclamation = SL::DB::Reclamation->new_from($self, %params);
return $reclamation;
}
sub create_ap_row {
my ($self, %params) = @_;
# needs chart as param

Auch abrufbar als: Unified diff