Patch level :

Files correlati     : cg0
Ricompilazione Demo : [ ]
Commento            :
Corretto salvataggio banche di appoggio


git-svn-id: svn://10.65.10.50/branches/R_10_00@22432 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2011-09-28 16:03:56 +00:00
parent 195956147e
commit 63c9082a5f

View File

@ -1259,6 +1259,8 @@ void TClifo_application::common_f(const TMask& m)
key.add("V");
TRecord_array ns_ban(key, LF_CFBAN);
ns_ban.destroy_rows();
TRectype& clifo = get_relation()->curr(LF_CLIFO);
TSheet_field & ns_sh = m.sfield(F_BANA);
const int nsrow = ns_sh.items();
@ -1296,6 +1298,8 @@ void TClifo_application::common_f(const TMask& m)
key.add("N");
TRecord_array vs_ban(key, LF_CFBAN);
vs_ban.destroy_rows();
TSheet_field & vs_sh = m.sfield(F_BANP);
const int vsrow = vs_sh.items();