[Erp5-report] r13286 - in /erp5/trunk/bt5/erp5_accounting_l10n_fr_m9: SkinTemplateItem/port...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 8 14:24:48 CET 2007


Author: jerome
Date: Thu Mar  8 14:24:44 2007
New Revision: 13286

URL: http://svn.erp5.org?rev=13286&view=rev
Log:
It's important that Transfer_getPaymentTransactionList produces a stable
ordering

Modified:
    erp5/trunk/bt5/erp5_accounting_l10n_fr_m9/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr_m9/Transfer_getPaymentTransactionList.xml
    erp5/trunk/bt5/erp5_accounting_l10n_fr_m9/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting_l10n_fr_m9/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr_m9/Transfer_getPaymentTransactionList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting_l10n_fr_m9/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr_m9/Transfer_getPaymentTransactionList.xml?rev=13286&r1=13285&r2=13286&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting_l10n_fr_m9/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr_m9/Transfer_getPaymentTransactionList.xml (original)
+++ erp5/trunk/bt5/erp5_accounting_l10n_fr_m9/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr_m9/Transfer_getPaymentTransactionList.xml Thu Mar  8 14:24:44 2007
@@ -76,12 +76,14 @@
     return numordre_cache[tr]\n
   except KeyError:\n
     sort_key = (tr.getIntIndex(),\n
-                tr.getSourceSectionTitle())\n
+                tr.getDestinationSectionTitle(),\n
+                tr.getSourceReference() )\n
     if not sort_key[0]:\n
       causality = tr.getCausalityValue()\n
       if causality is not None:\n
         sort_key = (causality.getIntIndex(),\n
-                    causality.getSourceSectionTitle())\n
+                    causality.getSourceSectionTitle(),\n
+                    causality.getDestinationReference())\n
     return numordre_cache.setdefault(tr, tr.getProperty(\'noordre\',\n
                                                 sort_key))\n
 \n

Modified: erp5/trunk/bt5/erp5_accounting_l10n_fr_m9/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting_l10n_fr_m9/bt/revision?rev=13286&r1=13285&r2=13286&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting_l10n_fr_m9/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting_l10n_fr_m9/bt/revision Thu Mar  8 14:24:44 2007
@@ -1,1 +1,1 @@
-86
+87




More information about the Erp5-report mailing list