debug: app.alert dans cExec du menu Livret

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jules Dubois
2026-06-24 00:38:45 +02:00
parent 385820a6c1
commit 2d3a17ec0c

View File

@@ -241,7 +241,7 @@ try {
cName: "CDImpLivret",
cUser: "Livret / Delivretiser",
cParent: "ImpositionPro",
cExec: "if(CDImp.Livret&&CDImp.Livret.lancer)CDImp.Livret.lancer(event.target);",
cExec: "try{app.alert('Livret: lancement...');CDImp.Livret.lancer(event.target);}catch(e){app.alert('Erreur: '+e);}",
cEnable: "event.rc = true;",
nPos: 0
});