1
This commit is contained in:
@@ -786,7 +786,7 @@ class FunctionalToolAssembly(models.Model):
|
||||
for handle_id in handle_ids:
|
||||
if handle_id:
|
||||
if not self.handle_product_id:
|
||||
self.handle_product_id = handle_id.id
|
||||
self.handle_product_id = handle_id.product_id.id
|
||||
break
|
||||
|
||||
# 刀柄之外的物料配置
|
||||
|
||||
Reference in New Issue
Block a user