Loading packages/merchant-tablet-ionic/src/components/order-delivered/order-delivered.ts +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ import { ILocaleMember } from '@modules/server.common/interfaces/ILocale'; }) export class OrderDeliveredComponent { @Input() getWarehouseStatus: () => void; getWarehouseStatus: (status: string) => void; @Input() order: Order; Loading packages/merchant-tablet-ionic/src/components/order-delivery-problem/order-delivery-problem.ts +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ import { ILocaleMember } from '@modules/server.common/interfaces/ILocale'; }) export class OrderDeliveryProblemComponent { @Input() getWarehouseStatus: () => void; getWarehouseStatus: (status: any) => void; @Input() order: Order; Loading packages/merchant-tablet-ionic/src/components/order-warehouse-preparation-problem/order-warehouse-preparation-problem.ts +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ import { ILocaleMember } from '@modules/server.common/interfaces/ILocale'; }) export class OrderWarehousePreparationProblemComponent { @Input() getWarehouseStatus: () => void; getWarehouseStatus: (status: any) => void; @Input() order: Order; Loading packages/merchant-tablet-ionic/src/components/order-with-carrier/order-with-carrier.ts +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ import { ProductLocalesService } from '@modules/client.common.angular2/locale/pr }) export class OrderWithCarrierComponent { @Input() getWarehouseStatus: () => void; getWarehouseStatus: (status: any) => void; @Input() order: Order; Loading packages/merchant-tablet-ionic/src/components/order-without-carrier/order-without-carrier.ts +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ import { ProductLocalesService } from '@modules/client.common.angular2/locale/pr }) export class OrderWithoutCarrierComponent { @Input() getWarehouseStatus: () => void; getWarehouseStatus: (status: any) => void; @Input() order: Order; Loading Loading
packages/merchant-tablet-ionic/src/components/order-delivered/order-delivered.ts +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ import { ILocaleMember } from '@modules/server.common/interfaces/ILocale'; }) export class OrderDeliveredComponent { @Input() getWarehouseStatus: () => void; getWarehouseStatus: (status: string) => void; @Input() order: Order; Loading
packages/merchant-tablet-ionic/src/components/order-delivery-problem/order-delivery-problem.ts +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ import { ILocaleMember } from '@modules/server.common/interfaces/ILocale'; }) export class OrderDeliveryProblemComponent { @Input() getWarehouseStatus: () => void; getWarehouseStatus: (status: any) => void; @Input() order: Order; Loading
packages/merchant-tablet-ionic/src/components/order-warehouse-preparation-problem/order-warehouse-preparation-problem.ts +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ import { ILocaleMember } from '@modules/server.common/interfaces/ILocale'; }) export class OrderWarehousePreparationProblemComponent { @Input() getWarehouseStatus: () => void; getWarehouseStatus: (status: any) => void; @Input() order: Order; Loading
packages/merchant-tablet-ionic/src/components/order-with-carrier/order-with-carrier.ts +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ import { ProductLocalesService } from '@modules/client.common.angular2/locale/pr }) export class OrderWithCarrierComponent { @Input() getWarehouseStatus: () => void; getWarehouseStatus: (status: any) => void; @Input() order: Order; Loading
packages/merchant-tablet-ionic/src/components/order-without-carrier/order-without-carrier.ts +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ import { ProductLocalesService } from '@modules/client.common.angular2/locale/pr }) export class OrderWithoutCarrierComponent { @Input() getWarehouseStatus: () => void; getWarehouseStatus: (status: any) => void; @Input() order: Order; Loading