mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
fix: Removed un-used flag
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user