[Erp5-report] r38902 jerome - in /erp5/trunk/bt5/erp5_accounting: SkinTemplateItem/portal_s...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 5 17:21:31 CEST 2010


Author: jerome
Date: Tue Oct  5 17:21:29 2010
New Revision: 38902

URL: http://svn.erp5.org?rev=38902&view=rev
Log:
we need **kw in case Base_callDialogMethod does not redirect

Modified:
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Invoice_createRelatedPaymentTransaction.xml
    erp5/trunk/bt5/erp5_accounting/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml?rev=38902&r1=38901&r2=38902&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml [utf8] Tue Oct  5 17:21:29 2010
@@ -157,7 +157,7 @@ return reversal.Base_redirect(\'view\',\
         </item>
         <item>
             <key> <string>_params</string> </key>
-            <value> <string>cancellation_amount=False, date=None, plan=False</string> </value>
+            <value> <string>cancellation_amount=False, date=None, plan=False, **kw</string> </value>
         </item>
         <item>
             <key> <string>errors</string> </key>
@@ -186,6 +186,7 @@ return reversal.Base_redirect(\'view\',\
                             <string>cancellation_amount</string>
                             <string>date</string>
                             <string>plan</string>
+                            <string>kw</string>
                             <string>_getattr_</string>
                             <string>context</string>
                             <string>Base_translateString</string>

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Invoice_createRelatedPaymentTransaction.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Invoice_createRelatedPaymentTransaction.xml?rev=38902&r1=38901&r2=38902&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Invoice_createRelatedPaymentTransaction.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Invoice_createRelatedPaymentTransaction.xml [utf8] Tue Oct  5 17:21:29 2010
@@ -166,7 +166,7 @@ else:\n
         </item>
         <item>
             <key> <string>_params</string> </key>
-            <value> <string>node, payment_mode, payment, date=None, plan=False, batch_mode=0</string> </value>
+            <value> <string>node, payment_mode, payment, date=None, plan=False, batch_mode=0, **kw</string> </value>
         </item>
         <item>
             <key> <string>errors</string> </key>
@@ -198,6 +198,7 @@ else:\n
                             <string>date</string>
                             <string>plan</string>
                             <string>batch_mode</string>
+                            <string>kw</string>
                             <string>DateTime</string>
                             <string>_getattr_</string>
                             <string>context</string>

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=38902&r1=38901&r2=38902&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Tue Oct  5 17:21:29 2010
@@ -1 +1 @@
-1358
\ No newline at end of file
+1359
\ No newline at end of file




More information about the Erp5-report mailing list