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/orders.html b/erpnext/templates/pages/orders.html new file mode 100644 index 0000000..d58cbd8 --- /dev/null +++ b/erpnext/templates/pages/orders.html
@@ -0,0 +1,5 @@ +{% block title %} {{ title }} {% endblock %} + +{% block header %}<h2>{{ title }}</h2>{% endblock %} + +{% block content %}{% include "templates/includes/sales_transactions.html" %}{% endblock %}