mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 12:36:45 +00:00
Adds initial stock quantity
This commit is contained in:
parent
2be9399d2c
commit
6eb4709658
@ -135,6 +135,7 @@ function partFields(options={}) {
|
|||||||
|
|
||||||
fields.initial_stock_quantity = {
|
fields.initial_stock_quantity = {
|
||||||
type: 'decimal',
|
type: 'decimal',
|
||||||
|
value: 1,
|
||||||
label: '{% trans "Initial Stock Quantity" %}',
|
label: '{% trans "Initial Stock Quantity" %}',
|
||||||
help_text: '{% trans "Specify initial stock quantity for this part" %}',
|
help_text: '{% trans "Specify initial stock quantity for this part" %}',
|
||||||
group: 'create',
|
group: 'create',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user