Skip to content

Commit

Permalink
bugfix: Accounting entry tab (PanJiaChen#2132)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricargame authored Apr 15, 2024
1 parent 346b4dd commit 94f2ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ADempiere/PanelInfo/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ export default defineComponent({

const isAccountingInfo = computed(() => {
const { currentTab } = store.getters.getContainerInfo
if (!currentTab.isDocument) {
if (!currentTab.table.is_document) {
return false
}
const { fieldsList } = currentTab
Expand Down

0 comments on commit 94f2ead

Please sign in to comment.