3626-client_basic-data #883
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#883
Loading…
Reference in New Issue
No description provided.
Delete Branch "3626-client_basic-data"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +12,4 @@
const expectedResult = 841.63;
const client = await models.Client.findById(clienId, null, options);
// await client.updateAttribute('salesPersonFk', 18);
LGTM