Skip to content
Snippets Groups Projects
Unverified Commit eb751aae authored by Sameer Al-Sakran's avatar Sameer Al-Sakran Committed by GitHub
Browse files

Total and amount are too generic to be classified as currency (#11056)

parent 5796c591
No related branches found
No related tags found
No related merge requests found
......@@ -66,9 +66,6 @@
[#"^zip(?:_?)code$" int-or-text-type :type/ZipCode]
[#"discount" number-type :type/Discount]
[#"income" number-type :type/Income]
[#"amount" number-type :type/Income]
[#"^total" number-type :type/Income]
[#"_total$" number-type :type/Income]
[#"quantity" int-type :type/Quantity]
[#"count$" int-type :type/Quantity]
[#"number" int-type :type/Quantity]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment