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

7 lines
184 B
HTML
Raw Normal View History

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