Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
hotfix: cannot create a new sales order line
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Dec 4, 2017
1 parent ec9f92d commit 3f54f02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/actions/GenericActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ export function createPatchRequestPayload(property, value) {
value
}];
}
else
{
// never return undefined; backend does not support it
return [];
}
}

export function patchRequest({
Expand Down

0 comments on commit 3f54f02

Please sign in to comment.