Remove unwanted code

This commit is contained in:
radhu587
2019-12-12 14:59:54 +05:30
parent cbf0af2120
commit 36be395579
3 changed files with 8 additions and 26 deletions

View File

@ -218,9 +218,6 @@ export default {
required,
maxLength: maxLength(5),
alpha
},
invoice_notes: {
maxLength: maxLength(255)
}
},
estimates: {
@ -228,9 +225,6 @@ export default {
required,
maxLength: maxLength(5),
alpha
},
estimate_notes: {
maxLength: maxLength(255)
}
},
payments: {