Explorar el Código

bom combo fix

production
CANCERYS\kw093 hace 3 semanas
padre
commit
9ef208fd75
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/main/java/com/ffii/fpsms/modules/master/entity/projections/BomCombo.kt

+ 1
- 1
src/main/java/com/ffii/fpsms/modules/master/entity/projections/BomCombo.kt Ver fichero

@@ -7,7 +7,7 @@ interface BomCombo {
val id: Long;
@get:Value("#{target.id}")
val value: Long;
@get:Value("#{target.code} - #{target.name} - #{target.item.itemUoms.^[salesUnit == true && deleted == false]?.uom.udfudesc}")
@get:Value("#{target.code ?: ''} - #{target.name ?: ''} - #{target.item?.itemUoms?.^[salesUnit == true && deleted == false]?.uom?.udfudesc ?: ''}")
val label: String;
val outputQty: BigDecimal;
val outputQtyUom: String?;


Cargando…
Cancelar
Guardar