Pg 44 : 2.4.1

Date: 2019-07-29
Status: Fixed
Fixedinbuild:
20
Old Text:
Thus, you cannot use the simple name Values in your code if you haven’t imported taxes.* or taxes.Test already using the regular import statement.
New Text:
Thus, you cannot use the simple name Values in your code if you haven’t imported taxes.* or taxes.Values already using the regular import statement.
Comments:
taxes.Test should be changed to taxes.Values.
Reportedby:
Username987654

 Back