Path: Fix PathScripts/PathJobGui.py typo bug

This commit is contained in:
luz paz
2021-09-06 06:22:02 -04:00
parent 48c1738a53
commit 6642e28826

View File

@@ -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: