diff --git a/core/class/declarationtva_pdf.class.php b/core/class/declarationtva_pdf.class.php index 764f09c..142f466 100644 --- a/core/class/declarationtva_pdf.class.php +++ b/core/class/declarationtva_pdf.class.php @@ -64,7 +64,7 @@ class DeclarationTVA_PDF /** * @var string Template version (major.minor format) */ - public $template_version = '30.1'; + public $template_version = '30.2'; /** * @var string Template document number diff --git a/templates/declarationtva/ca3_official_template.pdf b/templates/declarationtva/ca3_official_template.pdf index d821cb0..a236934 100644 Binary files a/templates/declarationtva/ca3_official_template.pdf and b/templates/declarationtva/ca3_official_template.pdf differ diff --git a/templates/manifest.json b/templates/manifest.json index 90c053b..8f92946 100644 --- a/templates/manifest.json +++ b/templates/manifest.json @@ -1,7 +1,7 @@ { "templates": { "ca3": { - "current_version": "30.1", + "current_version": "30.2", "document_number": "10963*30", "description": "Official CA-3 VAT Declaration Template", "releases": { @@ -16,6 +16,12 @@ "checksum": "sha256:placeholder_checksum_here", "release_date": "2025-01-27", "description": "CA-3 template version 30.1 (field fixes and improvements)" + }, + "30.2": { + "download_url": "https://git.covago.com/frank/DeclarationTVA/raw/branch/main/templates/declarationtva/ca3_official_template.pdf", + "checksum": "sha256:placeholder_checksum_here", + "release_date": "2025-01-27", + "description": "CA-3 template version 30.2 (corrected template with proper field positioning)" } } }