From: Moritz Bunkus Date: Tue, 2 Jul 2013 09:44:43 +0000 (+0200) Subject: Test: acts_as_list.t: Anpassung an Währungsumstellung X-Git-Tag: release-3.2.0beta~467^2~147 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=d7d5ec6c9a8763e8939a458cff7994a69e18ed10;p=kivitendo-erp.git Test: acts_as_list.t: Anpassung an Währungsumstellung --- diff --git a/t/db_helper/acts_as_list.t b/t/db_helper/acts_as_list.t index fc9ff649d..53338f757 100644 --- a/t/db_helper/acts_as_list.t +++ b/t/db_helper/acts_as_list.t @@ -27,7 +27,7 @@ if ($skip) { my ($customer, $status, $type, $r_spec, @items); sub init { - $customer = SL::DB::Customer->new(name => 'Test Customer')->save; + $customer = SL::DB::Customer->new(name => 'Test Customer', currency_id => $::instance_conf->get_currency_id)->save; $status = SL::DB::Manager::RequirementSpecStatus->find_by(name => '', description => '') || SL::DB::RequirementSpecStatus->new(name => '', description => '', position => 0)->save; $type = SL::DB::Manager::RequirementSpecType->find_by(description => '') ||