Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
afbfdcf5522f3757b281fca23710de0534912594
/
.
/
erpnext
/
templates
/
pages
/
invoices.html
blob: 9f493cacc9af44f542d671ea9a040c2aa0c41edd [
file
] [
log
] [
blame
]
{% block title %} {{ title }} {% endblock %}
{% block header %}
<h2>
{{ title }}
</h2>
{% endblock %}
{% block content %}{% include "templates/includes/sales_transactions.html" %}{% endblock %}