X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/da35c4e72d4cace5cc7e423ef769a140053c8515..8b5bed7fe5:/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);