Commit 4ef655af authored by alish's avatar alish
Browse files

feat: improve WarehousesOrdersService create function

parent c8af3e61
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
input OrderProductCreateInput {
	count: Int!
	productId: String!
	comment: String
}

input OrderCreateInput {
+1 −0
Original line number Diff line number Diff line
@@ -575,6 +575,7 @@ export class WarehousesOrdersService
				}
				return {
					count: args.count,
					comment: args.comment,
					price: wProduct.price,
					initialPrice: wProduct.initialPrice,
					deliveryTimeMin: wProduct.deliveryTimeMin,