mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
[demo] [minor]
This commit is contained in:
@@ -29,7 +29,7 @@ prob = {
|
||||
"Purchase Receipt": { "make": 0.7, "qty": (1,15) },
|
||||
}
|
||||
|
||||
def make(reset=False):
|
||||
def make(reset=False, simulate=True):
|
||||
webnotes.connect()
|
||||
#webnotes.print_messages = True
|
||||
webnotes.mute_emails = True
|
||||
@@ -37,7 +37,8 @@ def make(reset=False):
|
||||
|
||||
if reset:
|
||||
setup()
|
||||
simulate()
|
||||
if simulate:
|
||||
simulate()
|
||||
|
||||
def setup():
|
||||
install()
|
||||
|
||||
Reference in New Issue
Block a user