commit | 71b90b7b7d2e759a23aa07e422c96802e3b9f7f3 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Mon Mar 21 17:50:02 2016 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Mon Mar 21 17:50:02 2016 +0530 |
tree | 8d6b67b7ebdf0040b44d4a4250414517514834a7 | |
parent | f197d42503c2d11eda5e200e35b46ad31061d099 [diff] |
[cleanup] PayPal payment UX and moved related methods to hooks of respective apps
diff --git a/erpnext/templates/pages/order.html b/erpnext/templates/pages/order.html index 03e625d..3252eb9 100644 --- a/erpnext/templates/pages/order.html +++ b/erpnext/templates/pages/order.html
@@ -1,4 +1,4 @@ -t{% extends "templates/web.html" %} +{% extends "templates/web.html" %} {% block header %} <h1>{{ doc.name }}</h1>