Corretta gestione tatso registra

git-svn-id: svn://10.65.10.50/trunk@2741 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1996-04-17 15:57:26 +00:00
parent ea898df664
commit b84f576d8c
2 changed files with 391 additions and 391 deletions

View File

@ -5,7 +5,7 @@ TOOLBAR "" 0 20 0 2
BUTTON DLG_SAVEREC 10 2
BEGIN
PROMPT -13 -1 "~Registra"
MESSAGE EXIT,K_SAVE
MESSAGE EXIT,K_ENTER
END
BUTTON DLG_DELREC 10 2

View File

@ -926,7 +926,7 @@ bool TGame_mask::edit_fattura(TPartita& p, int nriga)
TFattura_mask fm(f);
const KEY k = fm.run();
bool updated = FALSE;
if (k == K_SAVE)
if (k == K_SAVE || k == K_ENTER)
{
fm.write_scadenze();
updated = TRUE;