Skip to content

Commit

Permalink
Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jean committed Nov 18, 2013
1 parent f845aba commit 04b8e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/CMFPlomino/PlominoView.py
Expand Up @@ -444,7 +444,7 @@ def declareColumn(self, column_name, column_obj, index=None):
if column_obj.Formula:
index.createIndex(
SCRIPT_ID_DELIMITER.join(
['PlominoViewColumn'
['PlominoViewColumn',
self.getViewName(),
column_name]),
refresh=refresh)
Expand Down

0 comments on commit 04b8e2b

Please sign in to comment.