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:
parent
998f0addff
commit
577377ae94
@ -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);
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user