mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
[salary structure] Cleanup, Fixed Monthly Register Report and other minor changes
This commit is contained in:
@@ -14,6 +14,7 @@ def execute(filters=None):
|
||||
ss_earning_map = get_ss_earning_map(salary_slips)
|
||||
ss_ded_map = get_ss_ded_map(salary_slips)
|
||||
|
||||
|
||||
data = []
|
||||
for ss in salary_slips:
|
||||
row = [ss.employee, ss.employee_name, ss.branch, ss.department, ss.designation,
|
||||
|
||||
Reference in New Issue
Block a user