Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
69ab2ffb5c3bcfc5468377b2a4dcddd8792287b5
/
.
/
erpnext
/
templates
/
pages
/
invoice.html
blob: 13b0e7291ababb1ee94a66a6ece35ea67a6f9b10 [
file
] [
log
] [
blame
]
{% block title %} {{ doc.name }} {% endblock %}
{% block header %}
<h2>
{{ doc.name }}
</h2>
{% endblock %}
{% block content%}{% include "templates/includes/sale.html" %}{% endblock %}