Patch level : 12.0 1230
Files correlati : cg0.exe Commento : Corretta ricerca della banca di presentazione se il progressivo è 0
This commit is contained in:
parent
ed8a4d971b
commit
749e73f479
@ -845,6 +845,8 @@ void TClifo_application::add_bank(TSheet_field& ns_sh, const TRectype& rec)
|
|||||||
if (pres)
|
if (pres)
|
||||||
{
|
{
|
||||||
progr = rec.get(CFBAN_PROGPR);
|
progr = rec.get(CFBAN_PROGPR);
|
||||||
|
if (atoi(progr) == 0)
|
||||||
|
progr.cut(0);
|
||||||
|
|
||||||
TString16 codtab; codtab << abi << cab << progr;
|
TString16 codtab; codtab << abi << cab << progr;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user