bind an event to form refresh
This commit is contained in:
parent
33bce67234
commit
9e6e7fa0ef
@ -14,7 +14,7 @@ def execute(patch_no):
|
||||
from webnotes.model.doc import Document
|
||||
from webnotes.model import delete_doc
|
||||
|
||||
elif patch_no == 301:
|
||||
if patch_no == 301:
|
||||
from patches.delivery_billing_status_patch import run_patch
|
||||
run_patch()
|
||||
elif patch_no == 302:
|
||||
|
@ -538,3 +538,5 @@ pscript.set_user_fullname = function(ele,username,get_latest){
|
||||
|
||||
// ====================================================================
|
||||
startup_setup();
|
||||
|
||||
$(document).bind('form_refresh', function() { })
|
Loading…
x
Reference in New Issue
Block a user