set deliveries on all items

This commit is contained in:
matst80
2024-11-11 13:22:28 +01:00
parent 1c31ff9d80
commit c4572bf057
4 changed files with 212 additions and 17 deletions

View File

@@ -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