Revision 00451fb0
Von Sven Schöling vor fast 9 Jahren hinzugefügt
SL/DB/Helper/Payment.pm | ||
---|---|---|
368 | 368 |
|
369 | 369 |
my $is_sales = ref($self) eq 'SL::DB::Invoice'; |
370 | 370 |
|
371 |
my $percent_skonto = $self->percent_skonto; |
|
371 |
my $percent_skonto = $self->percent_skonto || 0;
|
|
372 | 372 |
|
373 | 373 |
return _round($self->amount - ( $self->amount * $percent_skonto) ); |
374 | 374 |
|
Auch abrufbar als: Unified diff
warnings: nicht initialisierte Variable in Helper/Payment