Correzione MI3549.

git-svn-id: svn://10.65.10.50/trunk@4239 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1997-03-26 08:26:08 +00:00
parent 78be666f1c
commit b270208354

View File

@ -1027,6 +1027,7 @@ bool TPrimanota_application::showpartite_handler(TMask_field& f, KEY k)
msg << (speso.sezione() == 'A' ? " Avere" : " Dare"); msg << (speso.sezione() == 'A' ? " Avere" : " Dare");
return f.error_box(msg); return f.error_box(msg);
} }
f.set_focus();
} }
} }
return ok; return ok;