Patch level : 10.0 patch ???
Files correlati : lv0 Ricompilazione Demo : [ ] Commento : Tolto il caricamento automatico dei nuovi campi git-svn-id: svn://10.65.10.50/branches/R_10_00@22195 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
e6a4f9d320
commit
aafb78dfc1
@ -325,50 +325,6 @@ bool TContratti_msk::on_art_select(TField_event e)
|
||||
rowmask.field(S_CONG).enable();
|
||||
TToken_string row = ss.row(ss.selected());
|
||||
}
|
||||
|
||||
TLVanamag lvana(codart);
|
||||
if(rowmask.get_int(S_PREC) == 0)
|
||||
{
|
||||
const int prec = lvana.precedenza();
|
||||
rowmask.set(S_PREC, prec);
|
||||
row.add(prec, ss.cid2index(S_PREC));
|
||||
}
|
||||
if(rowmask.get_int(S_QTAMAXXS) == 0)
|
||||
{
|
||||
const int qtamaxxs = lvana.riempi_c_xs();
|
||||
rowmask.set(S_QTAMAXXS, qtamaxxs);
|
||||
row.add(qtamaxxs, ss.cid2index(S_QTAMAXXS));
|
||||
}
|
||||
if(rowmask.get_int(S_QTAMAXM) == 0)
|
||||
{
|
||||
const int qtamaxm = lvana.riempi_c_m();
|
||||
rowmask.set(S_QTAMAXXS, qtamaxm);
|
||||
row.add(qtamaxm, ss.cid2index(S_QTAMAXM));
|
||||
}
|
||||
if(rowmask.get_int(S_QTAMAXXL) == 0)
|
||||
{
|
||||
const int qtamaxxl = lvana.riempi_c_xl();
|
||||
rowmask.set(S_QTAMAXXL, qtamaxxl);
|
||||
row.add(qtamaxxl, ss.cid2index(S_QTAMAXXL));
|
||||
}
|
||||
if(rowmask.get_int(S_QTANORMXS) == 0)
|
||||
{
|
||||
const int qtanormxs = lvana.riempi_s_xs();
|
||||
rowmask.set(S_QTANORMXS, qtanormxs);
|
||||
row.add(qtanormxs, ss.cid2index(S_QTANORMXS));
|
||||
}
|
||||
if(rowmask.get_int(S_QTANORMM) == 0)
|
||||
{
|
||||
const int qtanormm = lvana.riempi_s_m();
|
||||
rowmask.set(S_QTANORMM, qtanormm);
|
||||
row.add(qtanormm, ss.cid2index(S_QTANORMM));
|
||||
}
|
||||
if(rowmask.get_int(S_QTANORMXL) == 0)
|
||||
{
|
||||
const int qtanormxl = lvana.riempi_s_xl();
|
||||
rowmask.set(S_QTANORMXL, qtanormxl);
|
||||
row.add(qtanormxl, ss.cid2index(S_QTANORMXL));
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user