Ausgehende SEPA-Mandate einführen #183
This commit is contained in:
@@ -146,6 +146,11 @@ const links = computed(() => {
|
||||
to: "/incomingInvoices",
|
||||
icon: "i-heroicons-document-text",
|
||||
} : null,
|
||||
featureEnabled("outgoingsepamandates") ? {
|
||||
label: "SEPA-Mandate",
|
||||
to: "/standardEntity/outgoingsepamandates",
|
||||
icon: "i-heroicons-identification",
|
||||
} : null,
|
||||
(featureEnabled("incomingInvoices") || featureEnabled("banking")) ? {
|
||||
label: "Abschreibungen",
|
||||
to: "/accounting/depreciation",
|
||||
|
||||
Reference in New Issue
Block a user