Skip to content

Commit

Permalink
fix: Save tab entity undefined attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinBetanc0urt committed Oct 25, 2024
1 parent 493d087 commit 33c13ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/ADempiere/persistence.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ const persistence = {
})
response.type = 'createEntity'

const attributesRecord = response.values
const attributesRecord = response.values || {}

// add display column to current record
if (key_columns.length === 1) {
Expand Down

0 comments on commit 33c13ab

Please sign in to comment.