X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/742f62b93b94208e8cbb306706b1a277ea000d64..f358c83ee0b94481a25c66f1d9f2931684c74552:/t/db_helper/record_links.t diff --git a/t/db_helper/record_links.t b/t/db_helper/record_links.t index e7dd31b18..edfcf72fd 100644 --- a/t/db_helper/record_links.t +++ b/t/db_helper/record_links.t @@ -45,12 +45,14 @@ sub reset_state { $customer = SL::DB::Customer->new( name => 'Test Customer', currency_id => $currency_id, + taxzone_id => $taxzone->id, %{ $params{customer} } )->save; $vendor = SL::DB::Vendor->new( name => 'Test Vendor', currency_id => $currency_id, + taxzone_id => $taxzone->id, %{ $params{vendor} } )->save; }