Path: Fix PathScripts/PathJobGui.py typo bug
This commit is contained in:
@@ -460,7 +460,7 @@ class StockCreateBoxEdit(StockEdit):
|
||||
|
||||
def getFields(self, obj, fields=None):
|
||||
if fields is None:
|
||||
fields = ["length", "widht", "height"]
|
||||
fields = ["length", "width", "height"]
|
||||
try:
|
||||
if self.IsStock(obj):
|
||||
if "length" in fields:
|
||||
|
||||
Reference in New Issue
Block a user