chore(workspace): remove Tax Article Items Report from Taxes workspace

The Tax Article Items Report doctype is removed in taxes_az; drop it from
the Taxes workspace SETUP_DOCTYPES.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Ali 2026-06-02 12:25:24 +00:00
parent a1e3fe96ed
commit 1c9c67f5d9
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ SETUP_DOCTYPES: tuple[str, ...] = (
"Main type of activity", "Main type of activity",
"Profit tax with special tax regime", "Profit tax with special tax regime",
"Tax Article", "Tax Article",
"Tax Article Items Report",
) )
TOOLS_DOCTYPES: tuple[str, ...] = ( TOOLS_DOCTYPES: tuple[str, ...] = (