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