debug: test_workflow
This commit is contained in:
parent
2af7c7dc33
commit
7ee1fe3caf
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class TestWorkflow(unittest.TestCase):
|
|||
'''test simple workflow'''
|
||||
todo = doc or self.test_default_condition()
|
||||
|
||||
frpape.print_sql(True)
|
||||
frappe.print_sql(True)
|
||||
apply_workflow(todo, 'Approve')
|
||||
frappe.print_sql(False)
|
||||
# default condition is set
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue