From 609e2cf10a5bf2b1a1eb5fb1db7bc36101cf8372 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 10 Feb 2017 15:38:37 +0100 Subject: [PATCH] =?utf8?q?Testwarnung:=20doppeltes=20=C2=BBmy=20$ap=5Fchar?= =?utf8?q?t=C2=AB=20vermeiden?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- t/controllers/project/project_linked_records.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/controllers/project/project_linked_records.t b/t/controllers/project/project_linked_records.t index 101fc1cfa..7f7a08118 100644 --- a/t/controllers/project/project_linked_records.t +++ b/t/controllers/project/project_linked_records.t @@ -164,7 +164,7 @@ $ap_transaction2->add_ap_amount_row( tax_id => $tax_9->id, project_id => $project->id, ); -my $ap_chart = SL::DB::Manager::Chart->find_by( accno => '1600' ); # Verbindlichkeiten +$ap_chart = SL::DB::Manager::Chart->find_by( accno => '1600' ); # Verbindlichkeiten $ap_transaction2->create_ap_row(chart => $ap_chart); $ap_transaction2->save; -- 2.20.1