Fixed Link in Incoming Invoice Create

This commit is contained in:
2025-02-27 11:53:31 +01:00
parent ba0646e768
commit 79c1d2d361

View File

@@ -220,7 +220,7 @@ const createIncomingInvoice = async () => {
</template> </template>
</USelectMenu> </USelectMenu>
<UButton <UButton
@click="router.push('/vendors/create')" @click="router.push('/standardEntity/vendors/create')"
> >
+ Lieferant + Lieferant
</UButton> </UButton>