cg2105.cpp Corretto #define __EXTRA__ per extra contabile

pagament.cpp Aggiunta set_inizio alla fine di set_numero_rate


git-svn-id: svn://10.65.10.50/trunk@2513 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1996-01-29 10:18:18 +00:00
parent 39199cd94f
commit ed0b58ccfe
2 changed files with 3 additions and 1 deletions

View File

@ -882,7 +882,7 @@ char TGame_mask::calcola_sezione() const
{ {
char sezione = ' '; char sezione = ' ';
#ifndef __EXTRA #ifndef __EXTRA__
const TCausale& causale = app().causale(); const TCausale& causale = app().causale();
const tipo_movimento tm = (tipo_movimento)causale.tipomov(); const tipo_movimento tm = (tipo_movimento)causale.tipomov();
const char tipoc = conto().tipo(); const char tipoc = conto().tipo();

View File

@ -341,6 +341,8 @@ void TPagamento::set_numero_rate(int n, int sscad, int rdiff)
} }
// erase remaining // erase remaining
remove_rate_from(i); remove_rate_from(i);
set_inizio(_datadoc);
adjust_fixed_scad(); adjust_fixed_scad();
_dirty = TRUE; _dirty = TRUE;