Patch level : 12.00 1411
Files correlati : ba1.exe ve0.exe Commento : Fringe benefit 70% , cespiti non ammortizzabili I supervisori possono modificare i documenti bloccati
This commit is contained in:
parent
5486c774fa
commit
d79b5e5aea
@ -231,9 +231,9 @@ TMetro_setup_cell::TMetro_setup_cell(const TMenuitem& mi, int cnt, const TDate&
|
||||
int y,r,t,p;
|
||||
main_app().get_version_info(y, r, t, p);
|
||||
|
||||
TString dir; dir.format("/release%02d0/*a.ini", r);
|
||||
TString dir; dir.format("gest/R12.00/test/Program/*a.ini", r);
|
||||
TString_array patches;
|
||||
http_dir("http://93.146.247.172", dir, patches);
|
||||
http_dir("http://gest.greengest.eu:30034", dir, patches);
|
||||
|
||||
TArray modules;
|
||||
FOR_EACH_ARRAY_ROW(patches, i, row)
|
||||
|
||||
@ -243,7 +243,7 @@ bool send_campo_xml()
|
||||
if (ok && (xvt_net_get_status() & 0x4) != 0)
|
||||
{
|
||||
TSocketClient sirio;
|
||||
CONNID id = sirio.QueryConnection("21", "93.146.247.172");
|
||||
CONNID id = sirio.QueryConnection("21", "gest.greengest.eu:30034");
|
||||
if (id > 0)
|
||||
{
|
||||
TFilename local, remote;
|
||||
|
||||
@ -39,7 +39,7 @@ HIDDEN const TString& http_default_path()
|
||||
int y,r,t,p;
|
||||
main_app().get_version_info(y, r, t, p);
|
||||
TString& site = get_tmp_string();
|
||||
site.format("http://93.146.247.172/release%02d0/", r);
|
||||
site.format("http://gest.greengest.eu:30034/gest/R12.00/Program/", r);
|
||||
return site;
|
||||
}
|
||||
|
||||
@ -1778,7 +1778,7 @@ bool TInstaller_mask::on_key(KEY key)
|
||||
{
|
||||
case K_F7: autoload(); break;
|
||||
case K_F8: field(DLG_USER).on_hit(); break;
|
||||
case K_F9: field(F_WEB).set("http://93.146.247.172/campotest/v_12.0/"); break;
|
||||
case K_F9: field(F_WEB).set("http://gest.greengest.eu:30034/gest/R12.00/test/"); break;
|
||||
default : ok = TArray_sheet::on_key(key); break;
|
||||
}
|
||||
return ok;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user