[Erp5-report] r24189 - in /erp5/trunk/bt5/erp5_accounting: SkinTemplateItem/portal_skins/er...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Oct 15 11:52:52 CEST 2008


Author: jerome
Date: Wed Oct 15 11:52:44 2008
New Revision: 24189

URL: http://svn.erp5.org?rev=24189&view=rev
Log:
'Amount converted.' -> 'Price converted.' for consistency with action name and
dialog title.
also remove comment

Modified:
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_convertDestinationPrice.xml
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_convertSourcePrice.xml
    erp5/trunk/bt5/erp5_accounting/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_convertDestinationPrice.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_convertDestinationPrice.xml?rev=24189&r1=24188&r2=24189&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_convertDestinationPrice.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_convertDestinationPrice.xml Wed Oct 15 11:52:44 2008
@@ -98,9 +98,8 @@
        round(exchange_ratio*(line.getQuantity())),precision)\n
 \n
 \n
-msg = context.Base_translateString(\'Amount converted.\')\n
+msg = context.Base_translateString(\'Price converted.\')\n
 \n
-# return to the feature module\n
 return context.Base_redirect(form_id,\n
                              keep_items=dict(portal_status_message=msg))\n
 </string> </value>

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_convertSourcePrice.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_convertSourcePrice.xml?rev=24189&r1=24188&r2=24189&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_convertSourcePrice.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_convertSourcePrice.xml Wed Oct 15 11:52:44 2008
@@ -94,9 +94,8 @@
        round(exchange_ratio*(line.getQuantity())),precision)\n
 \n
 \n
-msg = context.Base_translateString(\'Amount converted.\')\n
+msg = context.Base_translateString(\'Price converted.\')\n
 \n
-# return to the feature module\n
 return context.Base_redirect(form_id,\n
                              keep_items=dict(portal_status_message=msg))\n
 </string> </value>

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=24189&r1=24188&r2=24189&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision Wed Oct 15 11:52:44 2008
@@ -1,1 +1,1 @@
-789
+790




More information about the Erp5-report mailing list