改正语法问题
This commit is contained in:
@@ -210,7 +210,7 @@ class SFSaleOrderCancelLine(models.TransientModel):
|
||||
])
|
||||
d = 0
|
||||
# 在领料单处只进行一次
|
||||
flag = true
|
||||
flag = True
|
||||
for mo in manufacturing_orders:
|
||||
# 添加制造订单本身
|
||||
d += 1
|
||||
|
||||
Reference in New Issue
Block a user