fix: quota 0→1000000000 (unlimited) for contract attachments
This commit is contained in:
parent
587cabeb1e
commit
0203dc1c24
@ -27,7 +27,7 @@ class ContractAttachMgr(FileMgr):
|
|||||||
|
|
||||||
async def get_organization_quota(self, sor, orgid):
|
async def get_organization_quota(self, sor, orgid):
|
||||||
"""Unlimited quota for contract attachments."""
|
"""Unlimited quota for contract attachments."""
|
||||||
return 0, '9999-12-31'
|
return 1000000000, '9999-12-31'
|
||||||
MODULE_NAME = "supplychain"
|
MODULE_NAME = "supplychain"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user