Se arregla para que salgan las referencias comunes a las n empresas
git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@506 f4e31baf-9722-1c47-927c-6f952f962d4b
This commit is contained in:
parent
8df4482305
commit
d69666649c
@ -20,7 +20,11 @@ object srvReferencias: TsrvReferencias
|
|||||||
Default = True
|
Default = True
|
||||||
TargetTable = 'REFERENCIAS'
|
TargetTable = 'REFERENCIAS'
|
||||||
Name = 'IBX'
|
Name = 'IBX'
|
||||||
StatementType = stAutoSQL
|
SQL =
|
||||||
|
'SELECT '#10' ID, ID_EMPRESA, ID_TIENDA, CODIGO, VALOR, DESCRIPCIO' +
|
||||||
|
'N'#10' FROM'#10' REFERENCIAS'#10' WHERE ID_EMPRESA IS NULL'#10' OR {Where}' +
|
||||||
|
#10
|
||||||
|
StatementType = stSQL
|
||||||
ColumnMappings = <
|
ColumnMappings = <
|
||||||
item
|
item
|
||||||
DatasetField = 'ID'
|
DatasetField = 'ID'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user