Revision 0e79be74
Von Kivitendo Admin vor fast 8 Jahren hinzugefügt
t/db_helper/payment.t | ||
---|---|---|
1433 | 1433 |
my ($number_of_payments, $paid_amount) = number_of_payments($invoice); |
1434 | 1434 |
my $total = total_amount($invoice); |
1435 | 1435 |
|
1436 |
my $title = 'default invoice, two items, 19/7% tax with_skonto_pt';
|
|
1436 |
my $title = 'credit_note, two items, 19/7%, tax not included';
|
|
1437 | 1437 |
|
1438 | 1438 |
is($invoice->netamount, -40.84, "${title}: netamount"); |
1439 | 1439 |
is($invoice->amount, -45.10, "${title}: amount"); |
Auch abrufbar als: Unified diff
t/db_helper/payment.t credit_note test title angepasst