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:
roberto 2010-10-04 17:59:45 +00:00
parent 82e2edc744
commit 38b191832a
4 changed files with 1 additions and 6 deletions

View File

@ -9,8 +9,6 @@ uses
const
SERVER_URL = 'http://localhost:8099/bin';
CTE_FORMA_PAGO = 'FORMA_PAGO';
CTE_OBSERVACIONES = 'OBSERVACIONES';
type
TdmConfiguracion = class(TDataModule)

View File

@ -65,9 +65,6 @@ begin
LoadModule('GestorInformes_plugin.bpl');
end;
AppFactuGES.FormaPagoDocumentos := dmConfiguracion.DarValor(CTE_FORMA_PAGO);
AppFactuGES.ObservacionesDocumentos := dmConfiguracion.DarValor(CTE_OBSERVACIONES);
end;
procedure DoRefreshMainForm;

View File

@ -16,7 +16,7 @@ BEGIN
VALUE "FileVersion", "2.4.5.0\0"
VALUE "ProductName", "FactuGES (Servidor)\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
BLOCK "VarFileInfo"

Binary file not shown.