Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
d718c9372664d1af829b8d8b50cd64de434da0ff
/
.
/
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 %}