mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 21:29:11 +00:00
added test case for leave_application
This commit is contained in:
@@ -25,6 +25,8 @@ from webnotes import msgprint
|
||||
sql = webnotes.conn.sql
|
||||
get_value = webnotes.conn.get_value
|
||||
|
||||
test_records = []
|
||||
|
||||
class DocType:
|
||||
def __init__(self,d,dl):
|
||||
self.doc, self.doclist = d,dl
|
||||
|
||||
Reference in New Issue
Block a user