ucdavis / payments

Accept and process credit card payments on campus
MIT License
2 stars 3 forks source link

Invoice Line Item max length #291

Closed jSylvestre closed 3 years ago

jSylvestre commented 3 years ago

In one of the models, the line description has a max length of 100 characters. The DB doesn't have this limit and the user only gets a generic error and doesn't identify the problem.

Add validation messages to the invoice form and maybe increase the max length

INC1232219