POST the stock adjustment method back as a hidden form input

This commit is contained in:
Oliver Walters 2019-06-02 11:15:12 +10:00
parent 1b7762470d
commit 0b54baf6db

View File

@ -6,6 +6,8 @@
{% csrf_token %} {% csrf_token %}
{% load crispy_forms_tags %} {% load crispy_forms_tags %}
<input type='hidden' name='stock_action' value='{{ stock_action }}'/>
<table class='table table-condensed table-striped' id='stock-table'> <table class='table table-condensed table-striped' id='stock-table'>
<tr> <tr>
<th>Stock Item</th> <th>Stock Item</th>