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

7 lines
193 B
HTML

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