feat(view): set price based on product select on first line from purchase.

This commit is contained in:
2024-08-31 12:04:01 -05:00
parent f1d96467d6
commit 1b1a504bf5
3 changed files with 27 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
</div>
<script src="https://cdn.tailwindcss.com/"></script>
<script src="{% static 'js/buy_general.js' %}"></script>
<script src="{% static 'js/add_line.js' %}"></script>
<script src="{% static 'js/sale_summary.js' %}"></script>
<script src="{% static 'js/calculate_subtotal_line.js' %}"></script>