Attempt at fancy supplier search

#374
This commit is contained in:
2019-11-24 14:36:53 +00:00
parent 22f0041eaf
commit 127b22fe71
3 changed files with 65 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
{% if create or edit or duplicate %}
<div class="form-group">
<label for="{{ form.purchased_from.id_for_label }}">Purchased From</label>
{% render_field form.purchased_from|add_class:"form-control" %}
{% include 'partials/supplier_picker.html' %}
</div>
<div class="form-group">