edi
This commit is contained in:
@ -17,6 +17,8 @@ import { CancellationInvoiceComponent } from './components/cancellation-invoice/
|
||||
import { PushInvoiceComponent } from './components/cancellation-invoice/push-invoice/push-invoice.component';
|
||||
import { AddOwnerComponent } from './components/etc-blacklist/add-owner/add-owner.component';
|
||||
import { AddCartComponent } from './components/etc-blacklist/add-cart/add-cart.component';
|
||||
import { InputInvoiceComponent } from './components/input-invoice/input-invoice.component';
|
||||
import { InputInvoiceDetailComponent } from './components/input-invoice/input-invoice-detail/input-invoice-detail.component';
|
||||
|
||||
const COMPONENTS: any = [
|
||||
ETCInvoicedListComponent,
|
||||
@ -28,7 +30,9 @@ const COMPONENTS: any = [
|
||||
InvoiceRequestedDetailComponent,
|
||||
InvoiceDetailComponent,
|
||||
CancellationInvoiceComponent,
|
||||
PushInvoiceComponent
|
||||
PushInvoiceComponent,
|
||||
InputInvoiceComponent,
|
||||
InputInvoiceDetailComponent
|
||||
];
|
||||
const NOTROUTECOMPONENTS: any = [
|
||||
TransactionDetailsComponent,
|
||||
|
||||
Reference in New Issue
Block a user