From db46ced033fc659a97544fba558647c94220436a Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Thu, 30 Jul 2026 20:45:37 -0500 Subject: [PATCH] =?UTF-8?q?feat:=20PDF=20producci=C3=B3n=20cambia=20captio?= =?UTF-8?q?n=20y=20filename=20a=20'a=C3=B1o'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- setup/seed_palmas.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/seed_palmas.php b/setup/seed_palmas.php index 7f6afb4..4476c64 100644 --- a/setup/seed_palmas.php +++ b/setup/seed_palmas.php @@ -211,8 +211,8 @@ $configJson = [ 'endpoint_key' => 'produccion_total_bot_dn', 'date_mode' => 'current_month', 'next_endpoint_key' => 'produccion_total_pdf_bot_dn', - 'next_caption' => '📊 Producción del mes (PDF)', - 'next_filename' => 'produccion_mes.pdf', + 'next_caption' => '📊 Producción del año (PDF)', + 'next_filename' => 'produccion_año.pdf', ]], 'produccion_lotes' => ['type' => 'function', 'function' => 'api_report', 'params' => [ 'endpoint_key' => 'produccion_lotes_bot_dn',