dabo Commit
Revision 6071
Date: 2010-10-04 06:43:45 -0700 (Mon, 04 Oct 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/6071
Changed:
U trunk/ide/ReportDesigner.py
Log:
Fixed another typo from the has_key() conversion. Trac #1384.
Diff:
Modified: trunk/ide/ReportDesigner.py
===================================================================
--- trunk/ide/ReportDesigner.py 2010-10-03 23:32:13 UTC (rev 6070)
+++ trunk/ide/ReportDesigner.py 2010-10-04 13:43:45 UTC (rev 6071)
@@ -65,7 +65,7 @@
def isRecord(name):
if (name and ("TestCursor" in rdc.ReportForm)
and rdc.ReportForm["TestCursor"]
- and (typ in parent)):
+ and (name in
rdc.ReportForm["TestCursor"][0])):
return True
return False
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message:
http://leafe.com/archives/byMID/[email protected]