X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2Fdb_helper%2Fprice_tax_calculator.t;h=22f4165dd00c60e3757d78d67d6a71aaea0afe30;hb=e05e75747d8d08af9611712fb61f25b155213c83;hp=8f09a4cdaa4334690ecd1e26b901555ccd43c40d;hpb=7a1bf140f74f815cb4ec84fb3e15bd6d1c931bca;p=kivitendo-erp.git diff --git a/t/db_helper/price_tax_calculator.t b/t/db_helper/price_tax_calculator.t index 8f09a4cda..22f4165dd 100644 --- a/t/db_helper/price_tax_calculator.t +++ b/t/db_helper/price_tax_calculator.t @@ -62,6 +62,7 @@ sub reset_state { description => 'Fourty-two fifty-four', lastcost => 1.93, sellprice => 2.34, + part_type => 'part', buchungsgruppen_id => $buchungsgruppe->id, unit => $unit->name, %{ $params{part1} } @@ -72,6 +73,7 @@ sub reset_state { description => 'Zero EIGHT fifteeN @ 7%', lastcost => 5.473, sellprice => 9.714, + part_type => 'part', buchungsgruppen_id => $buchungsgruppe7->id, unit => $unit->name, %{ $params{part2} } @@ -82,6 +84,7 @@ sub reset_state { description => 'Triple 8', lastcost => 0, sellprice => 0.6, + part_type => 'part', buchungsgruppen_id => $buchungsgruppe->id, unit => $unit->name, %{ $params{part3} }