fix: sider

This commit is contained in:
Rucha Mahabal
2021-07-15 19:32:15 +05:30
parent ee7eaf9c70
commit 8961a267f6
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')