mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 21:49:18 +00:00
6 lines
192 B
HTML
6 lines
192 B
HTML
{% block title %} {{ title }} {% endblock %}
|
|
|
|
{% block header %}<h2>{{ title }}</h2>{% endblock %}
|
|
|
|
{% block content %}{% include "templates/includes/sales_transactions.html" %}{% endblock %}
|