Patch level : 10.0 290
Files correlati : Commento : Corretta liquidazione per quanto riguarda l'IVA differita, vedi Diana2000 settembre. git-svn-id: svn://10.65.10.50/branches/R_10_00@23377 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
caa56f109d
commit
c42f251e85
@ -1132,14 +1132,8 @@ void TLiquidazione_app::recalc_att(int month, const char* codatt)
|
||||
const TString4 tipodoc = _mov->get(MOV_TIPODOC);
|
||||
const bool corrisp = _reg->get_bool("B0");
|
||||
const tiporeg tipomov = (tiporeg)_reg->get_int("I0"); // 1=Vendite; 2=Acquisti
|
||||
|
||||
tipo_movimento tm = (tipo_movimento)_mov->get_int(MOV_TIPOMOV);
|
||||
|
||||
const long nr = _mov->get_long(MOV_NUMREG);
|
||||
|
||||
if (nr == 23121)
|
||||
int i = 1;
|
||||
|
||||
tipo_movimento tm = (tipo_movimento)_mov->get_int(MOV_TIPOMOV);
|
||||
if (tm == tm_nessuno)
|
||||
{
|
||||
if (tipodoc == "FV" || tipodoc == "FA")
|
||||
|
Loading…
x
Reference in New Issue
Block a user