brotherton-erpnext/erpnext/templates/pages/orders.html
2014-10-21 16:16:30 +05:30

6 lines
192 B
HTML

{% block title %} {{ title }} {% endblock %}
{% block header %}<h2>{{ title }}</h2>{% endblock %}
{% block content %}{% include "templates/includes/sales_transactions.html" %}{% endblock %}