mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
bind an event to form refresh
This commit is contained in:
@@ -14,7 +14,7 @@ def execute(patch_no):
|
|||||||
from webnotes.model.doc import Document
|
from webnotes.model.doc import Document
|
||||||
from webnotes.model import delete_doc
|
from webnotes.model import delete_doc
|
||||||
|
|
||||||
elif patch_no == 301:
|
if patch_no == 301:
|
||||||
from patches.delivery_billing_status_patch import run_patch
|
from patches.delivery_billing_status_patch import run_patch
|
||||||
run_patch()
|
run_patch()
|
||||||
elif patch_no == 302:
|
elif patch_no == 302:
|
||||||
|
|||||||
@@ -538,3 +538,5 @@ pscript.set_user_fullname = function(ele,username,get_latest){
|
|||||||
|
|
||||||
// ====================================================================
|
// ====================================================================
|
||||||
startup_setup();
|
startup_setup();
|
||||||
|
|
||||||
|
$(document).bind('form_refresh', function() { })
|
||||||
Reference in New Issue
Block a user