jiaweiqi 3 years ago
parent
commit
de3662a184
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/purchase/views.py

+ 1 - 1
apps/purchase/views.py

@@ -1637,7 +1637,7 @@ def godownentry_save(request):
             if godownentry_process == '1':
                 order_data = {
                     'supplier':serializer.supplier.id,
-                    'status':PurchaseOrder.TAKE_EFFECT,
+                    'status':PurchaseOrder.PASS,
                     'arrval':PurchaseOrder.ALL_ARRVAL,
                     'check_time':timezone.now(),
                     'check_user':request.user.id,