Patch level : 12.0 882
Files correlati : f9.exe f90100a.msk Commento : Aggiunto codice stato nello stato estrazione
This commit is contained in:
parent
1bd90a85fa
commit
b1acf5270b
@ -260,7 +260,7 @@ void TMonitor_mask::fill() const
|
||||
row.add(db().sq_get_date(DRD_DATADA));
|
||||
row.add(db().sq_get_date(DRD_DATAA));
|
||||
row.add(db().sq_get(DRD_UTENTE));
|
||||
row.add(TF9_app::traduci_stato(db().sq_get(DRD_STATO)));
|
||||
row.add(db().sq_get(DRD_STATO) << " - " << TF9_app::traduci_stato(db().sq_get(DRD_STATO)));
|
||||
row.add(db().sq_get(DRD_DESC));
|
||||
}
|
||||
sf.force_update();
|
||||
|
@ -137,7 +137,7 @@ BEGIN
|
||||
FLAGS "D"
|
||||
END
|
||||
|
||||
STRING F_STATESTR 33
|
||||
STRING F_STATESTR 38
|
||||
BEGIN
|
||||
PROMPT 1 1 ""
|
||||
FLAGS "D"
|
||||
|
Loading…
x
Reference in New Issue
Block a user