Loading packages/core/src/graphql/warehouses-orders/warehouses-orders.types.graphql +1 −0 Original line number Diff line number Diff line input OrderProductCreateInput { count: Int! productId: String! comment: String } input OrderCreateInput { Loading packages/core/src/services/warehouses/WarehousesOrdersService.ts +1 −0 Original line number Diff line number Diff line Loading @@ -575,6 +575,7 @@ export class WarehousesOrdersService } return { count: args.count, comment: args.comment, price: wProduct.price, initialPrice: wProduct.initialPrice, deliveryTimeMin: wProduct.deliveryTimeMin, Loading Loading
packages/core/src/graphql/warehouses-orders/warehouses-orders.types.graphql +1 −0 Original line number Diff line number Diff line input OrderProductCreateInput { count: Int! productId: String! comment: String } input OrderCreateInput { Loading
packages/core/src/services/warehouses/WarehousesOrdersService.ts +1 −0 Original line number Diff line number Diff line Loading @@ -575,6 +575,7 @@ export class WarehousesOrdersService } return { count: args.count, comment: args.comment, price: wProduct.price, initialPrice: wProduct.initialPrice, deliveryTimeMin: wProduct.deliveryTimeMin, Loading