set deliveries on all items
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package main
|
||||
|
||||
const (
|
||||
AddRequestType = 1
|
||||
AddItemType = 2
|
||||
AddDeliveryType = 3
|
||||
AddRequestType = 1
|
||||
AddItemType = 2
|
||||
//AddDeliveryType = 3
|
||||
RemoveItemType = 4
|
||||
RemoveDeliveryType = 5
|
||||
ChangeQuantityType = 6
|
||||
|
||||
Reference in New Issue
Block a user