Fix: Estimate &MakeJournal DataTypes.

This commit is contained in:
elforjani3
2020-11-24 21:07:00 +02:00
parent ec2d079291
commit 7c16cb2b24
3 changed files with 13 additions and 37 deletions

View File

@@ -13,7 +13,6 @@ const Schema = Yup.object().shape({
.required()
.label(formatMessage({ id: 'expiration_date_' })),
estimate_number: Yup.string()
.nullable()
.max(DATATYPES_LENGTH.STRING)
.label(formatMessage({ id: 'estimate_number_' })),
reference: Yup.string().min(1).max(DATATYPES_LENGTH.STRING).nullable(),