"Chiusura della gestione profili"; ora in modo standard non e'
piu' possibile modificare i bollettini e i profili standard. git-svn-id: svn://10.65.10.50/trunk@2153 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
44778bb392
commit
63066ef191
@ -364,7 +364,11 @@ bool TForm_editor::ask_profile()
|
|||||||
TString16 fform = _m->get(F_BASE);
|
TString16 fform = _m->get(F_BASE);
|
||||||
TString80 fdesc = _m->get(F_DESC);
|
TString80 fdesc = _m->get(F_DESC);
|
||||||
long fcode = _m->get_long(F_CODE);
|
long fcode = _m->get_long(F_CODE);
|
||||||
|
if (!_extra && (fcode == 0 || fform.left(3) == "BOL"))
|
||||||
|
{
|
||||||
|
error_box("Non e' possibile modificare i profili standard o i bollettini.") ;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
if (k == K_ENTER)
|
if (k == K_ENTER)
|
||||||
{
|
{
|
||||||
if (_form != NULL) delete _form;
|
if (_form != NULL) delete _form;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user