diff --git a/ba/ba7.cpp b/ba/ba7.cpp index c6838e013..e9796807e 100755 --- a/ba/ba7.cpp +++ b/ba/ba7.cpp @@ -7,12 +7,9 @@ int main(int argc, char** argv) switch (r) { - case 1: - ba7200(argc, argv); break; - case 2: - ba7300(argc, argv); break; - default: - ba7100(argc, argv); break; + case 1: ba7200(argc, argv); break; //copia area dati in lire + case 2: ba7300(argc, argv); break; //invio intero file via postino + default: ba7100(argc, argv); break; //postino } return 0; diff --git a/ba/bamenu.men b/ba/bamenu.men index c5fd03666..e68f2e334 100755 --- a/ba/bamenu.men +++ b/ba/bamenu.men @@ -8,9 +8,8 @@ Item_02 = "Amministrazione", , "", 10212 Item_03 = "Acquisti e vendite", , "", 10211 Item_04 = "Magazzino e Produzione", , "", 10215 Item_05 = "Gestione Lavanderie", , "", 10220 -Item_06 = "Caffè Hardy", , "", 10232 -Item_07 = "Manutenzione", [MENU_015], "", 10210 -Item_08 = "Preferiti", [MENU_PREFERITI], "", 10216 +Item_06 = "Manutenzione", [MENU_015], "", 10210 +Item_07 = "Preferiti", [MENU_PREFERITI], "", 10216 [MENU_001] Caption = "Gestione Anagrafiche" @@ -117,6 +116,7 @@ Item_08 = "Procedure speciali", [MENU_016] Item_09 = "Gestione dizionario", "ba2 -6", "" Item_10 = "Query e Report", [MENU_014], "", 10217 Item_11 = "Firma digitale", "ba8 -6", "" +Item_12 = "Postino", "ba7 -0", "" [MENU_016] Caption = "Procedure speciali" diff --git a/ve/vearea.men b/ve/vearea.men index b66e38985..c1e914bb9 100755 --- a/ve/vearea.men +++ b/ve/vearea.men @@ -284,4 +284,5 @@ Caption = "Vericalizzazioni" Picture = Module = 0 Flags = "" -Item_01 = "Gestione cooperative pesca", \ No newline at end of file +Item_01 = "Caffè Hardy", , "", 10232 +Item_02 = "Gestione cooperative pesca", \ No newline at end of file