mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-29 19:48:27 +00:00
series issue in attendance template
This commit is contained in:
@@ -85,7 +85,7 @@ class DocType:
|
||||
msgprint("Please create naming series for Attendance.\nGo to Setup--> Numbering Series.")
|
||||
raise Exception
|
||||
else:
|
||||
sr = series[0][0] or ''
|
||||
sr = series[0] or ''
|
||||
|
||||
return {'fy':fy,'comp':comp,'sr':sr}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user