reload PO-PR mapper
diff --git a/erpnext/patches/patch.py b/erpnext/patches/patch.py
index 72d1552..ae73de8 100644
--- a/erpnext/patches/patch.py
+++ b/erpnext/patches/patch.py
@@ -1,7 +1,7 @@
# REMEMBER to update this
# ========================
-last_patch = 380
+last_patch = 381
#-------------------------------------------
@@ -437,3 +437,5 @@
elif patch_no == 380:
from webnotes.session_cache import clear_cache
clear_cache(webnotes.session['user'])
+ elif patch_no == 381:
+ reload_doc('stock', 'DocType Mapper', 'Purchase Order-Purchase Receipt')