feat: add Project invoicing form dialog.

This commit is contained in:
elforjani13
2022-09-08 21:43:34 +02:00
parent d77fcb7c89
commit c75f46d8a4
14 changed files with 317 additions and 5 deletions

View File

@@ -121,7 +121,7 @@ export function useExpenseFormTableColumns({ landedCost }) {
disableSortBy: true,
width: 100,
},
...(featureCan(Features.Branches)
...(featureCan(Features.Projects)
? [
{
Header: intl.get('project'),