From: Jan Büren Date: Mon, 14 Jun 2021 11:06:41 +0000 (+0200) Subject: Tests: ShippedQty hat type als Pflichtparameter X-Git-Tag: kivitendo-mebil_0.1-0~9^2~173 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/28b68c381e3673cf2fe02e3ca9d43242699ad7cd?ds=inline Tests: ShippedQty hat type als Pflichtparameter --- diff --git a/t/background_job/convert_time_recordings.t b/t/background_job/convert_time_recordings.t index fcfa1c963..1624cc1b8 100644 --- a/t/background_job/convert_time_recordings.t +++ b/t/background_job/convert_time_recordings.t @@ -42,6 +42,7 @@ clear_up(); my $part = new_service(partnumber => 'Serv1', unit => 'Std')->save; my $project = create_project(projectnumber => 'p1', description => 'Project 1'); my $customer = new_customer()->save; +$::form->{type} = 'sales_order'; # sales order with globalproject_id my $sales_order = create_sales_order(