🐛 Fix issue sending the parameter project incorrectly (Invoiceninja) (#1619)
When creating a task, the project parameter was being send 'project' but it must be 'project_id'
This commit is contained in:
@@ -3,6 +3,6 @@ export interface ITask {
|
||||
custom_value1?: string;
|
||||
custom_value2?: string;
|
||||
description?: string;
|
||||
project?: number;
|
||||
project_id?: number;
|
||||
time_log?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user