Se quitan las variables de configuracion generales de forma de pago y plazos de entrega
git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@537 f4e31baf-9722-1c47-927c-6f952f962d4b
This commit is contained in:
parent
82e2edc744
commit
38b191832a
@ -9,8 +9,6 @@ uses
|
|||||||
|
|
||||||
const
|
const
|
||||||
SERVER_URL = 'http://localhost:8099/bin';
|
SERVER_URL = 'http://localhost:8099/bin';
|
||||||
CTE_FORMA_PAGO = 'FORMA_PAGO';
|
|
||||||
CTE_OBSERVACIONES = 'OBSERVACIONES';
|
|
||||||
|
|
||||||
type
|
type
|
||||||
TdmConfiguracion = class(TDataModule)
|
TdmConfiguracion = class(TDataModule)
|
||||||
|
|||||||
@ -65,9 +65,6 @@ begin
|
|||||||
|
|
||||||
LoadModule('GestorInformes_plugin.bpl');
|
LoadModule('GestorInformes_plugin.bpl');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
AppFactuGES.FormaPagoDocumentos := dmConfiguracion.DarValor(CTE_FORMA_PAGO);
|
|
||||||
AppFactuGES.ObservacionesDocumentos := dmConfiguracion.DarValor(CTE_OBSERVACIONES);
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure DoRefreshMainForm;
|
procedure DoRefreshMainForm;
|
||||||
|
|||||||
@ -16,7 +16,7 @@ BEGIN
|
|||||||
VALUE "FileVersion", "2.4.5.0\0"
|
VALUE "FileVersion", "2.4.5.0\0"
|
||||||
VALUE "ProductName", "FactuGES (Servidor)\0"
|
VALUE "ProductName", "FactuGES (Servidor)\0"
|
||||||
VALUE "ProductVersion", "2.4.5.0\0"
|
VALUE "ProductVersion", "2.4.5.0\0"
|
||||||
VALUE "CompileDate", "lunes, 06 de septiembre de 2010 18:03\0"
|
VALUE "CompileDate", "lunes, 04 de octubre de 2010 19:30\0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|||||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user