diff --git a/ab/ab0200.cpp b/ab/ab0200.cpp index bd8641043..523f390c9 100755 --- a/ab/ab0200.cpp +++ b/ab/ab0200.cpp @@ -214,17 +214,20 @@ bool TPconAb::user_create() _rel = new TRelation (LF_ABPCON); _msk = new TMask("ab0200a") ; - + + _pcon->zero(); + _pcon->read(_isgteq); + _msk->set_handler(F_CODCONTR, ContoSezBilOpp); _msk->set_handler(F_INDBIL, IndBil); _msk->set_handler(F_LIVELLO, LivelloStrutt); _isparametri = FALSE; - if (argv(2) != "" && argv(3) != "") + if (argv(2) != "" && argc() == 4) { _codice = argv(2); - if (_codice != "-uPRASSI") + if (_codice != "-uPRASSI" && _codice != "/uPRASSI") { _indbil = atoi(argv(3));