From 6eb47096580c346e7638078dc4bb28744146959a Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 14 Aug 2021 10:23:42 +1000 Subject: [PATCH] Adds initial stock quantity --- InvenTree/templates/js/translated/part.js | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/templates/js/translated/part.js b/InvenTree/templates/js/translated/part.js index 2ae943eae4..bf9b5f316f 100644 --- a/InvenTree/templates/js/translated/part.js +++ b/InvenTree/templates/js/translated/part.js @@ -135,6 +135,7 @@ function partFields(options={}) { fields.initial_stock_quantity = { type: 'decimal', + value: 1, label: '{% trans "Initial Stock Quantity" %}', help_text: '{% trans "Specify initial stock quantity for this part" %}', group: 'create',