fix: refs #8620 add module name to InvoiceInSummary

This commit is contained in:
Jose Antonio Tubau 2025-02-21 09:11:55 +01:00
parent 5fc221b52c
commit 9e1ab1028d
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ const getLink = (param) => `#/invoice-in/${entityId.value}/${param}`;
data-key="InvoiceInSummary"
:url="`InvoiceIns/${entityId}/summary`"
@on-fetch="(data) => init(data)"
module-name="InvoiceIn"
>
<template #header="{ entity }">
<div>{{ entity.id }} - {{ entity.supplier?.name }}</div>