fix: Removed un-used flag
This commit is contained in:
parent
1f5e2ba8e7
commit
fac420ee09
@ -117,7 +117,6 @@ class PayrollEntry(Document):
|
|||||||
Creates salary slip for selected employees if already not created
|
Creates salary slip for selected employees if already not created
|
||||||
"""
|
"""
|
||||||
self.check_permission('write')
|
self.check_permission('write')
|
||||||
self.created = 1
|
|
||||||
employees = [emp.employee for emp in self.employees]
|
employees = [emp.employee for emp in self.employees]
|
||||||
if employees:
|
if employees:
|
||||||
args = frappe._dict({
|
args = frappe._dict({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user