X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2Fdb_helper%2Fprice_tax_calculator.t;h=8ec8d1c905df41eed62bd7189825bb9a05abd6b7;hb=fee5532a132c44dcfc1743393cba00c8e3397176;hp=4bf9ab8635ed306c6df434450910ec50422d639c;hpb=75855995cd0b3213b764b2b54fe1d2c18d4b7fde;p=kivitendo-erp.git diff --git a/t/db_helper/price_tax_calculator.t b/t/db_helper/price_tax_calculator.t index 4bf9ab863..8ec8d1c90 100644 --- a/t/db_helper/price_tax_calculator.t +++ b/t/db_helper/price_tax_calculator.t @@ -17,6 +17,7 @@ use SL::DB::Employee; use SL::DB::Invoice; use SL::DB::Part; use SL::DB::Unit; +use SL::DB::TaxZone; my ($customer, $currency_id, @parts, $buchungsgruppe, $buchungsgruppe7, $unit, $employee, $tax, $tax7, $taxzone); @@ -42,6 +43,7 @@ sub reset_state { $customer = SL::DB::Customer->new( name => 'Test Customer', currency_id => $currency_id, + taxzone_id => $taxzone->id, %{ $params{customer} } )->save;