commit | 3daa49ac1f1c641a7dca56c2c1656584102fb6ab | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Tue Oct 21 16:16:30 2014 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Tue Oct 21 16:16:30 2014 +0530 |
tree | c893ec540dd85846cfc1869aaa0c7affa7591c33 | |
parent | 39dbf73de78e3b894bdff6dce781cc94a19be2f5 [diff] [blame] |
[shopping-cart] i'm back
diff --git a/erpnext/templates/pages/order.html b/erpnext/templates/pages/order.html new file mode 100644 index 0000000..13b0e72 --- /dev/null +++ b/erpnext/templates/pages/order.html
@@ -0,0 +1,6 @@ +{% block title %} {{ doc.name }} {% endblock %} + +{% block header %}<h2>{{ doc.name }}</h2>{% endblock %} + +{% block content%}{% include "templates/includes/sale.html" %}{% endblock %} +