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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jun 26 17:14:23 CEST 2007


Author: aurel
Date: Tue Jun 26 17:14:23 2007
New Revision: 14983

URL: http://svn.erp5.org?rev=14983&view=rev
Log:
add commis 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=14983&r1=14982&r2=14983&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py Tue Jun 26 17:14:23 2007
@@ -522,6 +522,7 @@
     self.controleur_caveau = self.banking.newContent(id='controleur_caveau', portal_type='Category', codification='CCA')
     self.comptable = self.banking.newContent(id='comptable', portal_type='Category', codification='FXF')
     self.commis_comptable = self.banking.newContent(id='commis_comptable', portal_type='Category', codification='CBM')
+    self.commis_caisse = self.banking.newContent(id='commis_caisse', portal_type='Category', codification='CCM')
     self.chef_section_comptable = self.banking.newContent(id='chef_section_comptable', portal_type='Category', codification='CSB')
     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')




More information about the Erp5-report mailing list