X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/203d3ceef9acbc0eeecf36f50cf9ab932be134db..a6a97a5fb2ea27466c69d6d4bd7472c9c12fec05:/t/db_helper/payment.t diff --git a/t/db_helper/payment.t b/t/db_helper/payment.t index f165b476a..89610d6df 100644 --- a/t/db_helper/payment.t +++ b/t/db_helper/payment.t @@ -763,6 +763,7 @@ sub test_default_ap_transaction_two_charts_19_7_with_skonto { # $params{amount} = '226'; # pass full amount $params{payment_type} = 'with_skonto_pt'; + $ap_transaction->payment_terms($ap_transaction->vendor->payment); $ap_transaction->pay_invoice( %params ); my ($number_of_payments, $paid_amount) = number_of_payments($ap_transaction);