update vers 1.3.171
modifica x non tenere cache ajax x XPST modifica x nuovo menù x XPS x spedizioni separato da arrivi
This commit is contained in:
@@ -131,6 +131,15 @@ namespace XPST.WebUserControls
|
||||
btn4.Text += string.Format("{0}{1}: {2}", Environment.NewLine, user_std.UtSn.Traduci("emailSent"), emailSent);
|
||||
}
|
||||
}
|
||||
// se autoconferma nascondo button conferma...
|
||||
if (memLayer.ML.confReadBool("autoConfCmd"))
|
||||
{
|
||||
btn5.Visible = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
btn5.Visible = true;
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// carico da tab i comandi ammessi per il barcode...
|
||||
|
||||
Reference in New Issue
Block a user