"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:
angelo 1995-11-14 16:43:06 +00:00
parent 44778bb392
commit 63066ef191

View File

@ -364,7 +364,11 @@ bool TForm_editor::ask_profile()
TString16 fform = _m->get(F_BASE);
TString80 fdesc = _m->get(F_DESC);
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 (_form != NULL) delete _form;