[Erp5-report] r10799 - /erp5/trunk/bt5/erp5_payroll/ActionTemplateItem/portal_types/Pay%20S...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Oct 18 10:48:49 CEST 2006


Author: kevin
Date: Wed Oct 18 10:48:48 2006
New Revision: 10799

URL: http://svn.erp5.org?rev=10799&view=rev
Log:
Fix condition test.

Modified:
    erp5/trunk/bt5/erp5_payroll/ActionTemplateItem/portal_types/Pay%20Sheet%20Transaction/calcul.xml

Modified: erp5/trunk/bt5/erp5_payroll/ActionTemplateItem/portal_types/Pay%20Sheet%20Transaction/calcul.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_payroll/ActionTemplateItem/portal_types/Pay%2520Sheet%2520Transaction/calcul.xml?rev=10799&r1=10798&r2=10799&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_payroll/ActionTemplateItem/portal_types/Pay%20Sheet%20Transaction/calcul.xml (original)
+++ erp5/trunk/bt5/erp5_payroll/ActionTemplateItem/portal_types/Pay%20Sheet%20Transaction/calcul.xml Wed Oct 18 10:48:48 2006
@@ -102,7 +102,7 @@
       <dictionary>
         <item>
             <key> <string>text</string> </key>
-            <value> <string>python: object.getSimulationState == \'draft\'</string> </value>
+            <value> <string>python: object.getSimulationState() == \'draft\'</string> </value>
         </item>
       </dictionary>
     </pickle>




More information about the Erp5-report mailing list