reload stock entry
diff --git a/patches/patch.py b/patches/patch.py
index 91e8f73..9783de5 100644
--- a/patches/patch.py
+++ b/patches/patch.py
@@ -1287,5 +1287,5 @@
 		sql("delete from `tabDocField` where parent = 'Leave Application' and fieldname = 'latter_head'")
 	elif patch_no == 323:
 		reload_doc('stock', 'doctype', 'stock_entry')
-		sql("update `tabDocField` set options = 'get_stock_and_rate' where parent = 'Stock Entry' and label = 'Get Current Stock'")
-
+		sql("update `tabDocField` set options = 'get_stock_and_rate' where parent = 'Stock Entry' and label = 'Get Stock and Rate'")
+		sql("delete from `tabDocField` where label = 'Get Current Stock' and parent = 'Stock Entry'")