调整状态字段名称
This commit is contained in:
@@ -91,7 +91,7 @@ class jikimo_purchase_tier_validation(models.Model):
|
||||
|
||||
# 检查是否所有审批都已通过
|
||||
all_approved = all(
|
||||
tier_review.review_status == 'approved'
|
||||
tier_review.status == 'approved'
|
||||
for tier_review in tier_reviews
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user