From c8d231b26b945466bf2acd4cc8bbbd475d77d5bb Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Wed, 6 Jul 2016 12:33:54 +0530 Subject: [PATCH] [Fix] Patch salary component --- erpnext/patches/v7_0/rename_salary_components.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/patches/v7_0/rename_salary_components.py b/erpnext/patches/v7_0/rename_salary_components.py index 41eb094aea..3b57ef953b 100644 --- a/erpnext/patches/v7_0/rename_salary_components.py +++ b/erpnext/patches/v7_0/rename_salary_components.py @@ -107,14 +107,14 @@ def update_customizations(): "e_type": "salary_component", "earning_type": "salary_component", "e_modified_amount": "amount", - "e_amount" : "default_amount" + "e_amount" : "default_amount", "e_depends_on_lwp": "depends_on_lwp" }, "Salary Slip Deduction": { "d_type": "salary_component", "deduction_type": "salary_component", "d_modified_amount": "amount", - "d_amount" : "default_amount" + "d_amount" : "default_amount", "d_depends_on_lwp": "depends_on_lwp" } }