mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
fix: add init files for book-appointments
This commit is contained in:
0
erpnext/www/book_appointment/__init__.py
Normal file
0
erpnext/www/book_appointment/__init__.py
Normal file
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
{% block script %}
|
{% block script %}
|
||||||
<script src="assets/js/moment-bundle.min.js"></script>
|
<script src="assets/js/moment-bundle.min.js"></script>
|
||||||
<script src="book-appointment/index.js"></script>
|
<script src="book_appointment/index.js"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block page_content %}
|
{% block page_content %}
|
||||||
|
|||||||
0
erpnext/www/book_appointment/verify/__init__.py
Normal file
0
erpnext/www/book_appointment/verify/__init__.py
Normal file
Reference in New Issue
Block a user