Merge pull request #5661 from rohitwaghchaure/v7_fixes

[Fix] Patch salary component
diff --git a/erpnext/patches/v7_0/rename_salary_components.py b/erpnext/patches/v7_0/rename_salary_components.py
index 41eb094..3b57ef9 100644
--- a/erpnext/patches/v7_0/rename_salary_components.py
+++ b/erpnext/patches/v7_0/rename_salary_components.py
@@ -107,14 +107,14 @@
 			"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"
 		}
 	}