X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2Fdb_helper%2Frecord_links.t;h=edfcf72fdbad46ccfeaeb778d15395a9e5c9305f;hb=f34953cad258ff91e1ce024309478c8c50882a87;hp=e7dd31b18dfa152e1d2cea4fd3bbef1d41da6253;hpb=3f9f158f2b1adbb6ad47906d16776331d7cf9993;p=kivitendo-erp.git 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; }