rebuild #43
|
@ -6,6 +6,7 @@ var prefixes = struct {
|
||||||
News string
|
News string
|
||||||
Warehouse string
|
Warehouse string
|
||||||
Location string
|
Location string
|
||||||
|
Bank string
|
||||||
Supplier string
|
Supplier string
|
||||||
Seller string
|
Seller string
|
||||||
}{
|
}{
|
||||||
|
@ -15,5 +16,6 @@ var prefixes = struct {
|
||||||
Warehouse: "warehouse",
|
Warehouse: "warehouse",
|
||||||
Location: "location",
|
Location: "location",
|
||||||
Supplier: "supplier",
|
Supplier: "supplier",
|
||||||
|
Bank: "bank",
|
||||||
Seller: "seller",
|
Seller: "seller",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue