This commit is contained in:
roberto 2012-07-10 16:25:17 +00:00
parent fb268d7615
commit 5fd909c130

View File

@ -119,10 +119,9 @@ begin
if ((AArticulos.TIPO_ARTICULO = TIPO_CAPITULO_C)
or (AArticulos.TIPO_ARTICULO = TIPO_CAPITULO_AF)
or (AArticulos.TIPO_ARTICULO = TIPO_CAPITULO_AI)
or (AArticulos.TIPO_ARTICULO = TIPO_CAPITULO_O)
or (AArticulos.TIPO_ARTICULO = TIPO_CAPITULO_B))
and (AArticulos.TIPO_DETALLE = TIPO_DETALLE_CONCEPTO) then
//Usamos el campo referencia para lamacenar la descripcion de la propiedad
//ya que hemos usado ID_ARTICULO para almacenar el id de la propiedad.
ADetalles.CONCEPTO := AArticulos.PROPIEDAD + ': '+ AArticulos.CONCEPTO
else
ADetalles.CONCEPTO := AArticulos.CONCEPTO;