Merge pull request 'rebuild' (#43) from get-bank-info into master
Reviewed-on: #43
This commit is contained in:
commit
9f629f3d3e
|
@ -6,6 +6,7 @@ var prefixes = struct {
|
|||
News string
|
||||
Warehouse string
|
||||
Location string
|
||||
Bank string
|
||||
Supplier string
|
||||
Seller string
|
||||
}{
|
||||
|
@ -15,5 +16,6 @@ var prefixes = struct {
|
|||
Warehouse: "warehouse",
|
||||
Location: "location",
|
||||
Supplier: "supplier",
|
||||
Bank: "bank",
|
||||
Seller: "seller",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue