forked from erp-dev/erp
fix: added permission for plate_order and printing_order api
This commit is contained in:
@@ -8,7 +8,7 @@ class PrintingConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'printing'
|
||||
verbose_name = '印染管理'
|
||||
|
||||
|
||||
def ready(self):
|
||||
"""注册信号处理函数"""
|
||||
from stateflow.signals import process_completed
|
||||
|
||||
Reference in New Issue
Block a user