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:
parent
39199cd94f
commit
ed0b58ccfe
@ -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();
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user