Revision c45403f9
Von Tamino Steinert vor 3 Monaten hinzugefügt
SL/DB/Invoice.pm | ||
---|---|---|
return $self->netamount; # already matches base currency
|
||
}
|
||
|
||
sub type_data {
|
||
SL::DB::Helper::TypeDataProxy->new(ref $_[0], $_[0]->type);
|
||
}
|
||
|
||
1;
|
||
|
||
__END__
|
Auch abrufbar als: Unified diff
FIX: TypeData Invoice