fix: sider

This commit is contained in:
Rucha Mahabal
2021-07-15 19:32:15 +05:30
parent a1d379d5d4
commit 525d4d4776
3 changed files with 7 additions and 8 deletions

View File

@@ -1,10 +1,9 @@
import frappe
from frappe import _
from frappe.utils import getdate
@frappe.whitelist()
def create_employee_records():
company = create_company()
create_company()
create_missing_designation()
emp1 = create_employee('Test Employee 1', 'CEO')