fix issues.

This commit is contained in:
Ahmed Bouhuolia
2020-05-05 04:21:37 +02:00
parent 3b25056cbe
commit bd7eb0eb76
41 changed files with 364 additions and 216 deletions

View File

@@ -23,34 +23,4 @@ export default [
disabled: false,
href: '/dashboard/preferences/accounts',
},
{
text: 'Credit Notes',
disabled: false,
href: '/dashboard/preferences/credit_note',
},
{
text: 'Debit Notes',
disabled: false,
href: '/dashboard/preferences/debit_note',
},
{
text: 'Accountant',
disabled: false,
href: '/dashboard/preferences/accountant',
},
{
text: 'Accounts',
disabled: false,
href: '/dashboard/preferences/accounts',
},
{
text: 'Credit Notes',
disabled: false,
href: '/dashboard/preferences/credit_note',
},
{
text: 'Debit Notes',
disabled: false,
href: '/dashboard/preferences/debit_note',
},
];