fix(drafts): exclude drafts from VAT/revenue/created aggregations + koncept audit labels
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -252,7 +252,7 @@ export default async function quotationsRoutes(
|
||||
action: "create",
|
||||
entityType: "quotation",
|
||||
entityId: quotation.id,
|
||||
description: `Vytvořena nabídka ${quotation.quotation_number}`,
|
||||
description: `Vytvořena nabídka ${quotation.quotation_number ?? "koncept"}`,
|
||||
});
|
||||
return success(
|
||||
reply,
|
||||
|
||||
Reference in New Issue
Block a user