Page 2 of 2

Re: Entering tax information for city/town and county

Posted: Thu Dec 02, 2021 5:53 pm
by BobRichards
This error normally means you tried to access a method or property on an object that is null. Is "cityTax" null?

Re: Entering tax information for city/town and county

Posted: Fri Dec 03, 2021 1:12 pm
by bandorganman
I figured it out. I was adding a new property instead of using the one that comes with the order. The default property comes with three taxes, but if a new property is added, it does not come with these three taxes by default, they must be added. I changed the code to use the default property and all is well. Thanks!