2534 - Fill sage data before enable taxDataChecked #432
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#432
Loading…
Reference in New Issue
No description provided.
Delete Branch "2534-sage_taxDataChecked"
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?
@ -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() => {
who is d?
@ -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">
disabled not needed
LGTM