mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: payment receive and made form.
This commit is contained in:
@@ -280,14 +280,14 @@ export default [
|
||||
{
|
||||
path: `/payment-receive/:id/edit`,
|
||||
component: LazyLoader({
|
||||
loader: () => import('containers/Sales/PaymentReceive/PaymentReceives'),
|
||||
loader: () => import('containers/Sales/PaymentReceive/PaymentReceiveFormPage'),
|
||||
}),
|
||||
breadcrumb: 'Edit',
|
||||
},
|
||||
{
|
||||
path: `/payment-receive/new`,
|
||||
component: LazyLoader({
|
||||
loader: () => import('containers/Sales/PaymentReceive/PaymentReceives'),
|
||||
loader: () => import('containers/Sales/PaymentReceive/PaymentReceiveFormPage'),
|
||||
}),
|
||||
breadcrumb: 'New Payment Receive',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user