Patch level : 10.0 patch ???

Files correlati     : lv3
Ricompilazione Demo : [ ]
Commento            :
segnalazione Tassan mail 05/04/2011


git-svn-id: svn://10.65.10.50/branches/R_10_00@21902 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca83 2011-04-06 13:05:00 +00:00
parent c96e95646f
commit de803a002b
2 changed files with 3 additions and 3 deletions

View File

@ -647,7 +647,7 @@ bool TGestione_bolle_msk::lv_ritirato_handler(TMask_field& f, KEY k)
long dotin = magcli.get_long(CLIFOGIAC_DOTIN);
real ritirato = f.get();
real dotod = msk.get_real(FR_JOLLY1);
real dotod = magcli.get_long(CLIFOGIAC_DOTOD); //segnalazione Tassan mail 05/04/2011 ore 17:08
if (ritirato > dotod && f.dirty() && dotin > 0)
warning_box(TR("ATTENZIONE: stai ritirando un quantitativo maggiore della dotazione!"));
@ -679,7 +679,7 @@ bool TGestione_bolle_msk::lv_ritirato_handler(TMask_field& f, KEY k)
msk.set(FR_JOLLY2, dotmp);
rdoc.put("DOTMP", dotmp);
}
}
}
return true;
}

View File

@ -669,7 +669,7 @@ bool TGestione_buoni_msk::pre_ritirato_handler(TMask_field& f, KEY k)
long dotin = magcli.get_long(CLIFOGIAC_DOTIN);
real ritirato = f.get();
real dotod = msk.get_real(FR_JOLLY1);
real dotod = magcli.get_long(CLIFOGIAC_DOTOD); //segnalazione Tassan mail 05/04/2011 ore 17:08
if (ritirato > dotod && f.dirty() && dotin > 0)
warning_box(TR("ATTENZIONE: stai ritirando un quantitativo maggiore della dotazione!"));