Aggiunto controllo su disabilitazione contapezzi
This commit is contained in:
@@ -934,7 +934,8 @@ namespace IOB_WIN_NEXT
|
||||
/// </summary>
|
||||
public override void processContapezzi()
|
||||
{
|
||||
if (utils.CRB("enableContapezzi"))
|
||||
bool disableByIob = (getOptPar("DISABLE_PZCOUNT") == "TRUE");
|
||||
if (utils.CRB("enableContapezzi") && !disableByIob)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user