[Erp5-report] r7826 - /erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jun 16 17:37:40 CEST 2006


Author: seb
Date: Fri Jun 16 17:37:26 2006
New Revision: 7826

URL: http://svn.erp5.org?rev=7826&view=rev
Log:
added chef_caisse

Modified:
    erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py

Modified: erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py?rev=7826&r1=7825&r2=7826&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py Fri Jun 16 17:37:26 2006
@@ -395,6 +395,7 @@
     self.chef_section = self.banking.newContent(id='chef_section_comptable', portal_type='Category', codification='FXS')
     self.chef_comptable = self.banking.newContent(id='chef_comptable', portal_type='Category', codification='CCB')
     self.chef_de_tri = self.banking.newContent(id='chef_de_tri', portal_type='Category', codification='CTR')
+    self.chef_caisse = self.banking.newContent(id='chef_caisse', portal_type='Category', codification='CCP')
 
     # get the base category group
     self.group_base_category = getattr(self.category_tool, 'group')




More information about the Erp5-report mailing list