Patch level : 10.0 patch 63?

Files correlati     : lv3
Ricompilazione Demo : [ ]
Commento            :
Corretta gestione dati societari su movimentazione conguaglio


git-svn-id: svn://10.65.10.50/trunk@20111 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca83 2010-02-12 18:32:37 +00:00
parent 998f0addff
commit 577377ae94
2 changed files with 2 additions and 2 deletions

View File

@ -714,7 +714,7 @@ bool TGestione_bolle_msk::lv_codart_handler(TMask_field& f, KEY k)
causale = sheet->cell(sheet->selected(),sheet->cid2index(FR_CODAGG1));
const TCausale_lavanderie cau(causale);
if (cau.movcong() && (ritor != ritat || conor != conat))
if (cau.movcong() && (ritor != ritat || conor != conat) && ini_get_bool(CONFIG_DITTA, "lv", "Aggcong"))
{
const real congor = rcont.get_real(LVRCONDV_QTACONG);

View File

@ -731,7 +731,7 @@ bool TGestione_buoni_msk::pre_codart_handler(TMask_field& f, KEY k)
causale = sheet->cell(sheet->selected(),sheet->cid2index(FR_CODAGG1));
const TCausale_lavanderie cau(causale);
if (cau.movcong() && (ritor != ritat || conor != conat))
if (cau.movcong() && (ritor != ritat || conor != conat) && ini_get_bool(CONFIG_DITTA, "lv", "Aggcong"))
{
const real congor = rcont.get_real(LVRCONDV_QTACONG);