Correzione MI2319, relativa alla descrizione del movimento come
in stampa mastrini. git-svn-id: svn://10.65.10.50/trunk@4251 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
e8713a4f6d
commit
f90528ce2b
@ -2205,6 +2205,11 @@ void TMastrini_grid::cell_request(long rec, short id, TGrid_cell& cell)
|
||||
{
|
||||
const TRectype& rmov = _mastrino.riga(rec);
|
||||
cell.set(rmov.get(RMV_DESCR));
|
||||
if (cell.empty())
|
||||
{
|
||||
TBill uncle(rmov,TRUE);
|
||||
cell.set(uncle.descrizione());
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user