aerele / bank_api_integration

Frappe application to achieve Bank API integration
GNU General Public License v3.0
53 stars 39 forks source link

Check if the bank account is present to make a payment record #10

Open Vigneshsekar opened 2 years ago

Vigneshsekar commented 2 years ago

In the #9 PR, we are checking the bank record's availability from the purchase invoice/order.

If the user makes a record manually, the check isn't there. A validation in the validate of the Outward Bank Payment seems necessary.

What do you think, @l0gesh29 ?