2534 - Fill sage data before enable taxDataChecked #432

Merged
carlosjr merged 3 commits from 2534-sage_taxDataChecked into dev 2020-11-04 12:54:15 +00:00
Contributor
No description provided.
carlosjr requested changes 2020-11-04 12:30:02 +00:00
@ -26,0 +26,4 @@
expect(error.message).toEqual(`You can't make changes on a client with verified data`);
});
it('should return an error if the user is not d and the isTaxDataChecked value is true', async() => {
Contributor

who is d?

who is d?
joan marked this conversation as resolved
@ -31,3 +31,3 @@
order="transaction">
</vn-crud-model>
<form name="form" ng-submit="$ctrl.onSubmit()" class="vn-w-md">
<form name="form" ng-submit="$ctrl.onSubmit()" class="vn-w-md" disabled="true">
Contributor

disabled not needed

disabled not needed
carlosjr approved these changes 2020-11-04 12:39:53 +00:00
carlosjr left a comment
Contributor

LGTM

LGTM
carlosjr merged commit 47b845da46 into dev 2020-11-04 12:54:15 +00:00
carlosjr deleted branch 2534-sage_taxDataChecked 2020-11-04 12:54:20 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix#432
No description provided.