diff --git a/client/src/common/quickNewOptions.js b/client/src/common/quickNewOptions.js index 6ebb1ec57..74b9fece8 100644 --- a/client/src/common/quickNewOptions.js +++ b/client/src/common/quickNewOptions.js @@ -2,7 +2,7 @@ import intl from 'react-intl-universal'; export const getQuickNewActions = () => [ { path: 'invoices/new', name: intl.get('sale_invoice') }, - { path: 'bills//new', name: intl.get('purchase_invoice') }, + { path: 'bills/new', name: intl.get('purchase_invoice') }, { path: 'make-journal-entry', name: intl.get('manual_journal') }, { path: 'expenses/new', name: intl.get('expense') }, { path: 'customers/new', name: intl.get('customer') },