brotherton-erpnext/erpnext/templates/pages/orders.html

6 lines
192 B
HTML
Raw Normal View History

2014-10-21 10:46:30 +00:00
{% block title %} {{ title }} {% endblock %}
{% block header %}<h2>{{ title }}</h2>{% endblock %}
{% block content %}{% include "templates/includes/sales_transactions.html" %}{% endblock %}