1
0
forked from erp-dev/erp

fix: added permission for plate_order and printing_order api

This commit is contained in:
2026-01-14 18:14:22 +08:00
parent fae667c965
commit cae0f8434e
17 changed files with 867 additions and 15 deletions

View File

@@ -209,7 +209,7 @@ def _upsert_product(product_data, merchant, category):
merchant=merchant,
human_id=product_data.uid,
**defaults,
)
)
return True
if not product_obj.from_mdy: