Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : migliorato controllo precheck tabelle iva standard in installazione git-svn-id: svn://10.65.10.50/trunk@19903 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
38fa08a9e8
commit
d25469a8be
@ -1,5 +1,6 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <execp.h>
|
#include <execp.h>
|
||||||
|
#include <modaut.h>
|
||||||
#include <recarray.h>
|
#include <recarray.h>
|
||||||
#include <tabutil.h>
|
#include <tabutil.h>
|
||||||
|
|
||||||
@ -98,9 +99,14 @@ bool TInstall_BA::something_to_load() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool TInstall_BA::preload_mask()
|
bool TInstall_BA::preload_mask()
|
||||||
|
{
|
||||||
|
if (has_module(CGAUT) || has_module(VEAUT))
|
||||||
{
|
{
|
||||||
if (something_to_load())
|
if (something_to_load())
|
||||||
_m->set(F_DATI_IVA, "X");
|
_m->set(F_DATI_IVA, "X");
|
||||||
|
}
|
||||||
|
else
|
||||||
|
_m->hide(F_DATI_IVA);
|
||||||
|
|
||||||
return TInstallmodule_app::preload_mask();
|
return TInstallmodule_app::preload_mask();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user