mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-16 00:37:15 +00:00
[minor] do not submit after accpeting payment
This commit is contained in:
@@ -30,4 +30,3 @@ class StudentApplicant(Document):
|
||||
|
||||
def on_payment_authorized(self, *args, **kwargs):
|
||||
self.db_set('paid', 1)
|
||||
self.submit()
|
||||
Reference in New Issue
Block a user