> Right off the bat I would say they are not the same: > > self.DefaultValues["yearextra"] = self.getTwoDigitYear() > vs. > self.DefaultValues["yearextra"] = self.getCurrentYear() > -- > Adrian Klaver >
My bad.... they are actually the same. That mismatch above was a copy and paste error. I have two calls in my bizobj file like this. self.getTwoDigitYear() & self.getCurrentYear() the self.getTwoDigitYear() was commented out in the bizobj file. Copied the wrong one out of the file...but the error still stands. --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
