From: G. Richardson Date: Wed, 1 Feb 2017 12:27:48 +0000 (+0100) Subject: t/db_helper/payment.t credit_note test title angepasst X-Git-Tag: release-3.5.4~1568 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=0e79be74b4ffc149418557816ff90ee1c81f843a;p=kivitendo-erp.git t/db_helper/payment.t credit_note test title angepasst --- diff --git a/t/db_helper/payment.t b/t/db_helper/payment.t index 3850c0730..ac2e44906 100644 --- a/t/db_helper/payment.t +++ b/t/db_helper/payment.t @@ -1433,7 +1433,7 @@ sub test_credit_note_two_items_19_7_tax_tax_not_included() { my ($number_of_payments, $paid_amount) = number_of_payments($invoice); my $total = total_amount($invoice); - my $title = 'default invoice, two items, 19/7% tax with_skonto_pt'; + my $title = 'credit_note, two items, 19/7%, tax not included'; is($invoice->netamount, -40.84, "${title}: netamount"); is($invoice->amount, -45.10, "${title}: amount");