aerele / bank_api_integration

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

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

Open Vigneshsekar opened 3 years ago

Vigneshsekar commented 3 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 ?