Batch Payments

I have been having some trouble with the batch payment tool. Here is a list of steps that my customer has bee doing:

And nothing has been saved:

Is there a reason why it doesn’t allow me to search for more patients after applying the payment? Is this something to do with the batch payment tool? Maybe the dates? I’ve tested and tested on my local box and even tried using the debugger. When I submit a payment I seem to be getting an empty “mode” variable in new_payment.php

Increase your max_input_vars in your php.ini and restart your apache server.
If you currently have the OpenEMR default of 3000 you may want to increase gradually. Increment by 1000. I have billing clients set at 10000 due to volumen and posting size.

That worked. Thanks!!!