Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
5690be103cd1799e60428e6e408a695eb0014f0c
/
.
/
erpnext
/
templates
/
pages
/
shipment.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 %}