Forzata cancellazione dell'ulteriore classificazione se il ricalcolo automatico e' spento
git-svn-id: svn://10.65.10.50/trunk@2523 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
8643802a91
commit
3bf5fabd97
@ -150,7 +150,9 @@ bool TPrimanota_application::pag_notify(TSheet_field& ps, int r, KEY k)
|
||||
// put data as they are
|
||||
TToken_string& trw = pag.rata(r);
|
||||
TToken_string srw = trw;
|
||||
if (m_tipo) trw.add(newt,2);
|
||||
if (m_tipo) trw.add(newt,2);
|
||||
if (m_ulc)
|
||||
trw.add(newu, 5);
|
||||
if (m_scad)
|
||||
{
|
||||
trw.add(news,3);
|
||||
@ -169,7 +171,10 @@ bool TPrimanota_application::pag_notify(TSheet_field& ps, int r, KEY k)
|
||||
const real p = pag.recalc_percrata(r);
|
||||
ps.row(r).add(p.string(), 3);
|
||||
ps.force_update(r);
|
||||
}
|
||||
}
|
||||
else
|
||||
if (m_tipo)
|
||||
ps.force_update(r);
|
||||
if (mod)
|
||||
rws.row(r) = ps.row(r);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user