mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
fix: quick new options.
This commit is contained in:
@@ -2,7 +2,7 @@ import intl from 'react-intl-universal';
|
|||||||
|
|
||||||
export const getQuickNewActions = () => [
|
export const getQuickNewActions = () => [
|
||||||
{ path: 'invoices/new', name: intl.get('sale_invoice') },
|
{ 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: 'make-journal-entry', name: intl.get('manual_journal') },
|
||||||
{ path: 'expenses/new', name: intl.get('expense') },
|
{ path: 'expenses/new', name: intl.get('expense') },
|
||||||
{ path: 'customers/new', name: intl.get('customer') },
|
{ path: 'customers/new', name: intl.get('customer') },
|
||||||
|
|||||||
Reference in New Issue
Block a user