Patch level :4.0 608
Files correlati : Ricompilazione Demo : [ ] Commento :aggiunta FR e corretto errore ortografico git-svn-id: svn://10.65.10.50/trunk@14855 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
834a8a1422
commit
9706c72afe
@ -165,7 +165,7 @@ const TEsercizio& TEsercizi_contabili::esercizio(int codice) const
|
|||||||
int i = esc2index(codice);
|
int i = esc2index(codice);
|
||||||
if (i < 0 && codice > 0)
|
if (i < 0 && codice > 0)
|
||||||
{
|
{
|
||||||
error_box("Attenzione! E' necessario aprire l'esercizion %d", codice);
|
error_box(FR("Attenzione! E' necessario aprire l'esercizio %d"), codice);
|
||||||
const int last_index = items()-1;
|
const int last_index = items()-1;
|
||||||
if (last_index >= 0)
|
if (last_index >= 0)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user