Friday, March 5, 2021
1 change · master
Enhancements to existing features
Batch payments now only include payments that have already been posted, preventing draft payments from being posted unexpectedly during batch validation. Users can no longer create new payments directly from the batch payment screen and instead get a clearer payment selection flow and improved error messages.
Original PR description
- Only allow posted payments to be added to a batch payment. This prevent implicit posting of draft payment when batch is validated. - Remove possibility to create new payments from the batch payment view. This for several reasons: the behavior was bugged; the view did not reflect the new payments views (task id = 2403336); newly created payments would be draft and therefore not be added to batch. - Add “Select Payment” button. - Correction of error message Task: 2464530