From 602fdc00002fea3b8f3fbfec8af0b7cc612668c0 Mon Sep 17 00:00:00 2001 From: Akhilesh Darjee Date: Mon, 3 Feb 2014 19:32:59 +0530 Subject: [PATCH] patch reloading employee form --- erpnext/patches.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/erpnext/patches.txt b/erpnext/patches.txt index 561aa4d11f..026276365b 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt @@ -17,4 +17,5 @@ execute:webnotes.reload_doc('accounts', 'doctype', 'pos_setting') # 2014-01-29 execute:webnotes.reload_doc('selling', 'doctype', 'customer') # 2014-01-29 execute:webnotes.reload_doc('buying', 'doctype', 'supplier') # 2014-01-29 erpnext.patches.4_0.map_charge_to_taxes_and_charges -execute:webnotes.reload_doc('support', 'doctype', 'newsletter') # 2014-01-31 \ No newline at end of file +execute:webnotes.reload_doc('support', 'doctype', 'newsletter') # 2014-01-31 +execute:webnotes.reload_doc('hr', 'doctype', 'employee') # 2014-02-03 \ No newline at end of file