[POS-commit] r1961 - stoq/trunk/stoq/lib
Bruno Rafael Garcia
brg at async.com.br
Thu Dec 22 15:54:09 BRST 2005
Author: brg
Date: Thu Dec 22 15:54:08 2005
New Revision: 1961
Modified:
stoq/trunk/stoq/lib/parameters.py
Log:
Fix alignment
Modified: stoq/trunk/stoq/lib/parameters.py
==============================================================================
--- stoq/trunk/stoq/lib/parameters.py (original)
+++ stoq/trunk/stoq/lib/parameters.py Thu Dec 22 15:54:08 2005
@@ -384,7 +384,7 @@
if self.get_parameter_by_field(key, EmployeeRole):
return
role = EmployeeRole(name='Salesperson',
- connection=self.conn)
+ connection=self.conn)
self.set_schema(key, role.id)
def ensure_current_branch(self):
More information about the POS-commit
mailing list