SS
Asked
How can I require the note field -- during add payment and edit payment -- to be required?
I need the note to also begin with 'cash', 'check', or 'card'. If I can sort out where to make that mod, that should be easy enough.
I need the note to also begin with 'cash', 'check', or 'card'. If I can sort out where to make that mod, that should be easy enough.
- MSAnsweredHello,
The add payment modal code is in the `themes/default/views/sales/index.php` You can modify it as you need. As I think, it only care amount but you can modify to check other inputs.
Thank you - SSAnsweredThanks
- Login to Reply