[Erp5-report] r23402 - in /erp5/trunk/bt5/erp5_payroll: SkinTemplateItem/portal_skins/erp5_...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Sep 4 13:57:18 CEST 2008


Author: jerome
Date: Thu Sep  4 13:57:07 2008
New Revision: 23402

URL: http://svn.erp5.org?rev=23402&view=rev
Log:
remove log

Modified:
    erp5/trunk/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getAmountFromBaseParticipationList.xml
    erp5/trunk/bt5/erp5_payroll/bt/revision

Modified: erp5/trunk/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getAmountFromBaseParticipationList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getAmountFromBaseParticipationList.xml?rev=23402&r1=23401&r2=23402&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getAmountFromBaseParticipationList.xml (original)
+++ erp5/trunk/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getAmountFromBaseParticipationList.xml Thu Sep  4 13:57:07 2008
@@ -107,7 +107,6 @@
             if category in pay_sheet_line.getVariationCategoryList():\n
               cell = pay_sheet_line.getCell(slice, category)\n
               if cell is None:\n
-                context.log((pay_sheet_line, slice, category))\n
                 continue\n
               total_price = cell.getQuantity() * cell.getPrice()\n
               amount += total_price\n
@@ -116,7 +115,6 @@
           if category in pay_sheet_line.getVariationCategoryList():\n
             cell = pay_sheet_line.getCell(category)\n
             if cell is None:\n
-              context.log((pay_sheet_line, slice, category))\n
               continue\n
             total_price = cell.getQuantity() * cell.getPrice()\n
             amount += total_price\n

Modified: erp5/trunk/bt5/erp5_payroll/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_payroll/bt/revision?rev=23402&r1=23401&r2=23402&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_payroll/bt/revision (original)
+++ erp5/trunk/bt5/erp5_payroll/bt/revision Thu Sep  4 13:57:07 2008
@@ -1,1 +1,1 @@
-313
+314




More information about the Erp5-report mailing list