Merge branch 'responsive' of github.com:webnotes/erpnext into responsive
diff --git a/patches/july_2013/p02_copy_shipping_address.py b/patches/july_2013/p02_copy_shipping_address.py
new file mode 100644
index 0000000..c73f93d
--- /dev/null
+++ b/patches/july_2013/p02_copy_shipping_address.py
@@ -0,0 +1,5 @@
+def execute():
+	import webnotes
+	webnotes.reload_doc("stock", "doctype", "delivery_note")
+	webnotes.conn.sql("""update `tabDelivery Note` set shipping_address_name = customer_address, 
+		shipping_address = address_display""")
\ No newline at end of file
diff --git a/patches/patch_list.py b/patches/patch_list.py
index f3aaa15..eee00fe 100644
--- a/patches/patch_list.py
+++ b/patches/patch_list.py
@@ -248,4 +248,5 @@
 	"patches.july_2013.p01_remove_doctype_mappers",
 	"execute:webnotes.delete_doc('Report', 'Delivered Items To Be Billed')",
 	"execute:webnotes.delete_doc('Report', 'Received Items To Be Billed')",
+	"patches.july_2013.p02_copy_shipping_address",
 ]
\ No newline at end of file