do not submit custommer acceptance if already submitted

This commit is contained in:
GotPPay
2018-08-27 23:30:25 +02:00
parent 9f653bb920
commit 2d24f82698
2 changed files with 8 additions and 1 deletions

View File

@@ -85,7 +85,8 @@ export const orderMessages = {
NO_FILES_UPLOADED: 'You need to upload the acceptance document',
INTERNAL_SERVER_ERROR: 'Error occured. Please try again',
ACCEPTANCE_STATUS_MISSING: 'Acceptance action not selected'
ACCEPTANCE_STATUS_MISSING: 'Acceptance action not selected',
ACCEPTANCE_STATUS_UPDATED: 'Acceptance status updated'
};