diff --git a/src/components/ADempiere/DataTable/index.vue b/src/components/ADempiere/DataTable/index.vue index 466c687a..fc9f2d7c 100644 --- a/src/components/ADempiere/DataTable/index.vue +++ b/src/components/ADempiere/DataTable/index.vue @@ -1016,7 +1016,7 @@ export default { }, getFieldDefinition(fieldDefinition, row) { let styleSheet = '' - if (fieldDefinition && (fieldDefinition.id !== null || fieldDefinition.conditionsList.length)) { + if (fieldDefinition && (!this.isEmptyValue(fieldDefinition.id) || fieldDefinition.conditionsList.length)) { fieldDefinition.conditionsList.forEach(condition => { const columns = evaluator.parseDepends(condition.condition) let conditionLogic = condition.condition