Merge pull request 'rebuild' (#43) from get-bank-info into master

Reviewed-on: #43
This commit is contained in:
tuenguyen 2022-10-11 07:17:39 +00:00
commit 9f629f3d3e
1 changed files with 2 additions and 0 deletions

View File

@ -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",
}