mirror of
https://github.com/crater-invoice/crater.git
synced 2025-12-16 02:12:54 -05:00
Remove unwanted code
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user