mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
7 lines
193 B
HTML
7 lines
193 B
HTML
{% block title %} {{ title }} {% endblock %}
|
|
|
|
{% block header %}<h2>{{ title }}</h2>{% endblock %}
|
|
|
|
{% block content %}{% include "templates/includes/sales_transactions.html" %}{% endblock %}
|
|
|