mirror of
https://git.hiabuto.net/C3MA/CCMA.git
synced 2026-08-26 15:25:19 +02:00
feat: extend inventory and administration workflows
This commit is contained in:
@@ -324,7 +324,9 @@ class Housekeeper:
|
||||
{
|
||||
"item_id": str(uuid4()),
|
||||
"type": "base",
|
||||
"description": str(claim.get("title", claim_key)),
|
||||
"description": str(
|
||||
claim.get("description") or claim.get("title", claim_key)
|
||||
),
|
||||
"quantity": "1.00",
|
||||
"unit_price": str(claim.get("amount", "0.00")),
|
||||
"amount": str(claim.get("amount", "0.00")),
|
||||
|
||||
Reference in New Issue
Block a user