fix comportamento numKeyb: chiudo quando eseguito...
This commit is contained in:
@@ -23,6 +23,8 @@ namespace C_TRACK.WebUserControls
|
||||
{
|
||||
txtQta.Text = mod_numKeyb.numSelected.ToString();
|
||||
refreshQtaSel();
|
||||
// nascondo keyb...
|
||||
mod_numKeyb.Visible = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -475,8 +475,7 @@ namespace C_TRACK
|
||||
private void eseguiComando()
|
||||
{
|
||||
// in primis: sono in esecuzione, x cui il comando è valido...
|
||||
string msg2show = "";
|
||||
string currState = "";
|
||||
string msg2show = "";
|
||||
var testNumTask = Regex.Match(mod_barcode1.comandoRegistrato.valore, reNumTask);
|
||||
// verifico se cmd setup utente...
|
||||
if (mod_barcode1.comandoRegistrato.prevCmdIn == "RESOP")
|
||||
|
||||
Vendored
+1
-1
@@ -17,7 +17,7 @@ pipeline {
|
||||
|
||||
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
|
||||
script {
|
||||
withEnv(['NEXT_BUILD_NUMBER=58']) {
|
||||
withEnv(['NEXT_BUILD_NUMBER=59']) {
|
||||
// env.versionNumber = VersionNumber(versionNumberString : '1.1.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2018-01-01', skipFailedBuilds: true)
|
||||
env.versionNumber = VersionNumber(versionNumberString : '1.1.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2018-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
|
||||
env.APP_NAME = 'C.TRACK'
|
||||
|
||||
Reference in New Issue
Block a user