mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +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):
|
def on_payment_authorized(self, *args, **kwargs):
|
||||||
self.db_set('paid', 1)
|
self.db_set('paid', 1)
|
||||||
self.submit()
|
|
||||||
Reference in New Issue
Block a user