added sample data
Tax was added
This commit is contained in:
parent
12e4576463
commit
0a6c05ff6d
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ public class data_test {
|
|||
item_2.put("Name", "a Discount");
|
||||
item_2.put("Price", 1);
|
||||
item_2.put("Discount", -2);
|
||||
item_2.put("Tax", 3);
|
||||
fake_items.put("13a", item_2);
|
||||
|
||||
Dictionary item_3 = new Hashtable<>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue