fix(contract-template): fix a bug where contract template where not using the productor max cheque quantity
All checks were successful
Deploy Amap / deploy (push) Successful in 1m42s

This commit is contained in:
Julien Aldon
2026-04-16 10:07:35 +02:00
parent 4c3c5cfc60
commit 7e3cf6de9d
4 changed files with 169 additions and 26 deletions

View File

@@ -0,0 +1,10 @@
class TestContractsService:
def test_get_all_contracts(
self,
):
pass
def test_get_all_filtered_contracts(
self,
):
pass