Loading admin/website-angular/src/app/pages/+warehouses/+warehouse/warehouse.component.ts +2 −2 Original line number Diff line number Diff line Loading @@ -269,7 +269,7 @@ export class WarehouseComponent implements OnDestroy, AfterViewInit, OnChanges { onComponentInitFunction: async ( instance: StatusComponent ) => { instance.text = 'paid'; instance.text = paid; instance.checkOrderField = 'isPaid'; }, width: '100px' Loading @@ -281,7 +281,7 @@ export class WarehouseComponent implements OnDestroy, AfterViewInit, OnChanges { onComponentInitFunction: async ( instance: StatusComponent ) => { instance.text = 'cancelled'; instance.text = cancelled; instance.checkOrderField = 'isCancelled'; }, width: '100px' Loading Loading
admin/website-angular/src/app/pages/+warehouses/+warehouse/warehouse.component.ts +2 −2 Original line number Diff line number Diff line Loading @@ -269,7 +269,7 @@ export class WarehouseComponent implements OnDestroy, AfterViewInit, OnChanges { onComponentInitFunction: async ( instance: StatusComponent ) => { instance.text = 'paid'; instance.text = paid; instance.checkOrderField = 'isPaid'; }, width: '100px' Loading @@ -281,7 +281,7 @@ export class WarehouseComponent implements OnDestroy, AfterViewInit, OnChanges { onComponentInitFunction: async ( instance: StatusComponent ) => { instance.text = 'cancelled'; instance.text = cancelled; instance.checkOrderField = 'isCancelled'; }, width: '100px' Loading