From 235c1c79c2fce60ef861787bbee43379603d8604 Mon Sep 17 00:00:00 2001 From: loviuz Date: Mon, 19 Sep 2022 23:27:46 +0200 Subject: [PATCH] Fix indice array --- plugins/pagamenti_anagrafiche/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/pagamenti_anagrafiche/edit.php b/plugins/pagamenti_anagrafiche/edit.php index 5b6775974..20c122a71 100644 --- a/plugins/pagamenti_anagrafiche/edit.php +++ b/plugins/pagamenti_anagrafiche/edit.php @@ -29,7 +29,7 @@ $mesi = [ '07' => 'Luglio', '08' => 'Agosto', '09' => 'Settembre', - '11' => 'Ottobre', + '10' => 'Ottobre', '11' => 'Novembre', '12' => 'Dicembre', ];