mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
POST the stock adjustment method back as a hidden form input
This commit is contained in:
parent
1b7762470d
commit
0b54baf6db
@ -5,6 +5,8 @@
|
|||||||
<form method="post" action='' class='js-modal-form' enctype="multipart/form-data">
|
<form method="post" action='' class='js-modal-form' enctype="multipart/form-data">
|
||||||
{% 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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user