Patch level : 10.0

Files correlati     : lv3
Ricompilazione Demo : [ ]
Commento            :
Commentato handler consegnato


git-svn-id: svn://10.65.10.50/trunk@17915 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca83 2008-12-16 13:52:02 +00:00
parent e1d6319b05
commit 202861134e

View File

@ -85,7 +85,7 @@ bool TGestione_bolle_msk::lv_consegnato_handler(TMask_field& f, KEY k)
default: break; default: break;
} }
if (ok && f.to_check(k) && msk.field(FR_QTAGG1).enabled() && !f.empty()) /*if (ok && k == K_ENTER && f.dirty() && msk.field(FR_QTAGG1).enabled() && !f.empty())
{ {
real ritirato = msk.get_real(FR_QTAGG1); real ritirato = msk.get_real(FR_QTAGG1);
real consegnato = f.get(); real consegnato = f.get();
@ -96,7 +96,7 @@ bool TGestione_bolle_msk::lv_consegnato_handler(TMask_field& f, KEY k)
f.set(ritirato.string()); f.set(ritirato.string());
else else
f.set(consegnato.string()); f.set(consegnato.string());
} }*/
return ok; return ok;
} }
@ -215,7 +215,7 @@ bool TGestione_bolle_msk::lv_bolla_handler(TMask_field& f, KEY k)
TString4 causale = rcont.get(LVRCONDV_CAUSLAV).as_string(); TString4 causale = rcont.get(LVRCONDV_CAUSLAV).as_string();
if (causale = "") if (causale.blank())
{ {
TConfig* configlv = new TConfig(CONFIG_DITTA,"lv"); TConfig* configlv = new TConfig(CONFIG_DITTA,"lv");
causale = configlv->get("CAUSLAV"); causale = configlv->get("CAUSLAV");