[Erp5-report] r23287 - in /erp5/trunk/bt5/erp5_accounting: WorkflowTemplateItem/portal_work...
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Aug 29 15:21:38 CEST 2008
Author: yusei
Date: Fri Aug 29 15:21:35 2008
New Revision: 23287
URL: http://svn.erp5.org?rev=23287&view=rev
Log:
correct english.
Modified:
erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/scripts/checkDates.xml
erp5/trunk/bt5/erp5_accounting/bt/revision
Modified: erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/scripts/checkDates.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/scripts/checkDates.xml?rev=23287&r1=23286&r2=23287&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/scripts/checkDates.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/scripts/checkDates.xml Fri Aug 29 15:21:35 2008
@@ -90,7 +90,7 @@
if period.getSimulationState() in valid_state_list:\n
if start_date <= period.getStopDate():\n
raise ValidationFailed, translateString(\n
- "${date} is already in an opened accounting period",\n
+ "${date} is already in an open accounting period",\n
mapping={\'date\': start_date})\n
\n
if len(period_list) > 1:\n
Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=23287&r1=23286&r2=23287&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision Fri Aug 29 15:21:35 2008
@@ -1,1 +1,1 @@
-751
+752
More information about the Erp5-report
mailing list